Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
mmtk
Commits
d251a94b
Commit
d251a94b
authored
Feb 19, 2018
by
eric pellegrini
Browse files
debug
parent
6ebb6931
Changes
2
Show whitespace changes
Inline
Side-by-side
MMTK/__pkginfo__.py
View file @
d251a94b
# Data used both in the package and by setup.py
__version__
=
'
2.7.9
'
__version__
=
'
ill-1.0.0
'
setup.py
View file @
d251a94b
...
...
@@ -33,20 +33,6 @@ if not use_cython:
from
distutils.command.build_ext
import
build_ext
src_ext
=
'pyx'
if
use_cython
else
'c'
# Check that we have Scientific 2.6 or higher
try
:
from
Scientific
import
__version__
as
scientific_version
if
scientific_version
[
-
2
:]
==
'hg'
:
scientific_version
=
scientific_version
[:
-
2
]
scientific_version
=
scientific_version
.
split
(
'.'
)
scientific_ok
=
int
(
scientific_version
[
0
])
>=
2
and
\
int
(
scientific_version
[
1
])
>=
6
except
ImportError
:
scientific_ok
=
False
if
not
scientific_ok
:
print
"MMTK needs ScientificPython 2.6 or higher"
raise
SystemExit
compile_args
=
[]
include_dirs
=
[
'Include'
]
...
...
Write
Preview
Markdown
is supported
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