-
Notifications
You must be signed in to change notification settings - Fork 772
{lang}[dummy/dummy] IntelPython v2.7.15, IntelPython v3.6.8 #7920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
boegel
merged 4 commits into
easybuilders:develop
from
JackPerdue:20190318102233_new_pr_IntelPython2715
Mar 21, 2019
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
easybuild/easyconfigs/i/IntelPython/IntelPython-2.7.15-2019.2.066.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # Authors:: Jack Perdue <[email protected]> - TAMU HPRC - http://hprc.tamu.edu | ||
|
|
||
| easyblock = 'Binary' | ||
|
|
||
| name = 'IntelPython' | ||
| version = '2.7.15' | ||
| pysver = version[0] | ||
| relver = '2019.2.066' | ||
| versionsuffix = '-%s' % relver | ||
|
|
||
| homepage = 'https://software.intel.com/en-us/intel-distribution-for-python' | ||
|
|
||
| description = """ | ||
| Intel® Distribution for Python. Powered by Anaconda. | ||
| Accelerating Python* performance on modern architectures from Intel. | ||
| """ | ||
|
|
||
| source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15293/'] | ||
| sources = ['l_pythoni%s_p_%s.tar.gz' % (pysver, relver)] | ||
| checksums = ['dd0b73db5d0d79c3cdf779d10092eae32780d720b74ed8fde2a2c46e23143de1'] | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| buildininstalldir = True | ||
|
|
||
| extract_sources = True | ||
|
|
||
| install_cmd = "./setup_intel_python.sh" | ||
|
|
||
| sanity_check_paths = { | ||
| 'dirs': ['intelpython%s/%s' % (pysver, x) for x in ['bin', 'etc', 'include', 'lib']], | ||
| 'files': ['intelpython%s/bin/ipython' % pysver], | ||
| } | ||
|
|
||
| modextrapaths = { | ||
| 'CONDA_PREFIX': 'intelpython%s' % pysver, | ||
| 'PATH': 'intelpython%s/bin' % pysver, | ||
| 'LD_LIBRARY_PATH': 'intelpython%s/lib' % pysver, | ||
| } | ||
|
|
||
| moduleclass = 'lang' | ||
41 changes: 41 additions & 0 deletions
41
easybuild/easyconfigs/i/IntelPython/IntelPython-3.6.8-2019.2.066.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # Authors:: Jack Perdue <[email protected]> - TAMU HPRC - http://hprc.tamu.edu | ||
|
|
||
| easyblock = 'Binary' | ||
|
|
||
| name = 'IntelPython' | ||
| version = '3.6.8' | ||
| pysver = version[0] | ||
| relver = '2019.2.066' | ||
| versionsuffix = '-%s' % relver | ||
|
|
||
| homepage = 'https://software.intel.com/en-us/intel-distribution-for-python' | ||
|
|
||
| description = """ | ||
| Intel® Distribution for Python. Powered by Anaconda. | ||
| Accelerating Python* performance on modern architectures from Intel. | ||
| """ | ||
|
|
||
| source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15293/'] | ||
| sources = ['l_pythoni%s_p_%s.tar.gz' % (pysver, relver)] | ||
| checksums = ['804883fc1413ee72b0ae421a8ac82ab158fc01c8b4631a44a9d2ef1a19324751'] | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| buildininstalldir = True | ||
|
|
||
| extract_sources = True | ||
|
|
||
| install_cmd = "./setup_intel_python.sh" | ||
|
|
||
| sanity_check_paths = { | ||
| 'dirs': ['intelpython%s/%s' % (pysver, x) for x in ['bin', 'etc', 'include', 'lib']], | ||
| 'files': ['intelpython%s/bin/ipython' % pysver], | ||
| } | ||
|
|
||
| modextrapaths = { | ||
| 'CONDA_PREFIX': 'intelpython%s' % pysver, | ||
| 'PATH': 'intelpython%s/bin' % pysver, | ||
| 'LD_LIBRARY_PATH': 'intelpython%s/lib' % pysver, | ||
| } | ||
|
|
||
| moduleclass = 'lang' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JackPerdue This is the download URL for
2019 update 3, should be.../15115/?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay... just made a guess based on our Intel account... if you say 15115 then I'll do that