Skip to content

Commit

Permalink
install: update macbuild versions
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Oct 15, 2024
1 parent f98996c commit c73cca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build-macos-arm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/zsh

function build {
python setup-macos-arm.py develop
Expand All @@ -7,9 +7,9 @@ function build {
}

rm -r .eggs build *.so
make
make -j 7

for venv in dracopy38 dracopy39 dracopy310 dracopy311
for venv in dracopy38 dracopy39 dracopy310 dracopy311 dracopy312;
do
echo $venv
workon $venv
Expand Down
6 changes: 3 additions & 3 deletions setup-macos-arm.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setuptools.setup(
name='DracoPy',
version='1.4.0',
version='1.4.1',
description = 'Python wrapper for Google\'s Draco Mesh Compression Library',
author = 'Manuel Castro, William Silversmith :: Contributors :: Fatih Erol, Faru Nuri Sonmez, Zeyu Zhao, Denis Riviere',
author_email = '[email protected], [email protected]',
Expand Down Expand Up @@ -46,11 +46,11 @@ def read(fname):
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Operating System :: POSIX",
"Operating System :: MacOS",
Expand Down

0 comments on commit c73cca1

Please sign in to comment.