Skip to content
Snippets Groups Projects
Commit adda37b8 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

fix numexpr easyblock

parent e5704b7a
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ from easybuild.easyblocks.generic.pythonpackage import PythonPackage ...@@ -32,6 +32,7 @@ from easybuild.easyblocks.generic.pythonpackage import PythonPackage
from easybuild.tools.filetools import write_file from easybuild.tools.filetools import write_file
from easybuild.tools.modules import get_software_root, get_software_version from easybuild.tools.modules import get_software_root, get_software_version
from easybuild.tools.systemtools import get_cpu_features from easybuild.tools.systemtools import get_cpu_features
import easybuild.tools.toolchain as toolchain
class EB_numexpr(PythonPackage): class EB_numexpr(PythonPackage):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment