Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
3399dc85
Commit
3399dc85
authored
3 years ago
by
Sebastian Achilles
Committed by
Tom Ridley
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add numexpr EasyBlock
parent
9e6ea3c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Custom_EasyBlocks/numexpr.py
+2
-1
2 additions, 1 deletion
Custom_EasyBlocks/numexpr.py
with
2 additions
and
1 deletion
Custom_EasyBlocks/numexpr.py
+
2
−
1
View file @
3399dc85
...
@@ -85,7 +85,8 @@ class EB_numexpr(PythonPackage):
...
@@ -85,7 +85,8 @@ class EB_numexpr(PythonPackage):
]
]
mkl_include_dirs
=
os
.
path
.
join
(
mkl_include_dirs
=
os
.
path
.
join
(
self
.
imkl_root
,
'
mkl
'
,
'
latest
'
,
'
include
'
)
self
.
imkl_root
,
'
mkl
'
,
'
latest
'
,
'
include
'
)
mkl_libs
=
[
'
mkl_rt
'
,
mkl_vml_lib
]
mkl_libs
=
[
'
mkl_intel_lp64
'
,
'
mkl_intel_thread
'
,
'
mkl_core
'
,
'
iomp5
'
]
else
:
else
:
mkl_lib_dirs
=
[
mkl_lib_dirs
=
[
os
.
path
.
join
(
self
.
imkl_root
,
'
mkl
'
,
'
lib
'
,
'
intel64
'
),
os
.
path
.
join
(
self
.
imkl_root
,
'
mkl
'
,
'
lib
'
,
'
intel64
'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment