Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sergio Decherchi
NanoShaper
Commits
75fe445e
Commit
75fe445e
authored
Oct 22, 2021
by
Alessia Vignolo
Browse files
Update setup.py
parent
632c8441
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
75fe445e
...
...
@@ -35,8 +35,6 @@ if (str=='y'):
cgalFile
=
'CGAL-4.2-beta1.tar.gz'
cgalDir
=
'CGAL-4.2-beta1'
cgalN
=
'/32183/'
compMode
=
0
str
=
'exe'
...
...
@@ -74,7 +72,6 @@ if(os.path.isdir('./'+cgalDir)==False):
print
(
"Downloading and extracting CGAL..."
)
print
(
""
)
#subprocess.call('wget https://gforge.inria.fr/frs/download.php'+cgalN+cgalFile,shell=True)
subprocess
.
call
(
'wget http://134.100.28.207/files/src/cgal/CGAL-4.2-beta1.tar.gz'
,
shell
=
True
)
subprocess
.
call
(
'sync'
,
shell
=
True
)
subprocess
.
call
(
'tar xvf '
+
cgalFile
,
shell
=
True
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment