Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
easyconfigs-it4i
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
Container registry
Model registry
Operate
Environments
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
SCS
easyconfigs-it4i
Commits
328c64a1
Commit
328c64a1
authored
7 years ago
by
Josef Hrabal
Browse files
Options
Downloads
Plain Diff
Merge branch 'it4i-salomon'
parents
86d5ce37
731a12ce
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
s/SIP/SIP-4.19.6-Py-3.6.eb
+9
-16
9 additions, 16 deletions
s/SIP/SIP-4.19.6-Py-3.6.eb
with
9 additions
and
16 deletions
s/SIP/SIP-4.19.6-Py-3.6.eb
+
9
−
16
View file @
328c64a1
# IT4Innovations 2018
# IT4Innovations 2018
#
# Original file:
easyblock = 'PythonPackage'
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Bart Verleye
# Center for eResearch, Auckland
easyblock = 'ConfigureMakePythonPackage'
name = 'SIP'
name = 'SIP'
version = '4.19.6'
version = '4.19.6'
...
@@ -14,18 +10,15 @@ description = """SIP is a tool that makes it very easy to create Python bindings
...
@@ -14,18 +10,15 @@ description = """SIP is a tool that makes it very easy to create Python bindings
toolchain = {'name': 'Py', 'version': '3.6'}
toolchain = {'name': 'Py', 'version': '3.6'}
sources = [SOURCELOWER_TAR_GZ]
sources = ['sip-%(version)s-cp36-cp36m-manylinux1_x86_64.whl']
source_urls = ['http://sourceforge.net/projects/pyqt/files/sip/sip-%(version)s']
source_urls = ['https://pypi.python.org/packages/8e/9e/9587f4519fa2aec51e3419649e01b3717ed2e7556a461762e71e3aeea2db']
configopts = "configure.py"
skipsteps = ['sanitycheck']
python_siteconfig_path = "$EBROOTPYTHON/site-packages"
use_pip = True
unpack_sources = False
sanity_check_paths = {
sanity_check_paths = {
'files': ['
/apps/all/Python/2.7.9-foss-2015g/
lib/python
2.7
/site-packages/
sipconfig.py
'],
'files': ['lib/python
3.6
/site-packages/
%(namelower)s.so
'],
'dirs': [],
'dirs': [
'lib/python3.6/site-packages/%(namelower)s-%(version)s.dist-info'
],
}
}
moduleclass = '
lang
'
moduleclass = '
python
'
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