Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
8701eee7
Commit
8701eee7
authored
8 months ago
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/hdf5: version up 1.14.3 (only on py3)
parent
527885db
master
1.0
default_software_type_default
e2e-ors
feat/mariadb-10.11
feat/mariadb-10.11-unsafe
feat/mariadb-10.11ter
feat/mariadb-11.4
feat/mariadb-11.4-unsafe
feat/new_vps_software
feat/nxdbom
feat/obs_test
feat/telegraf-version-up
feat/version_up_ldap_graphviz
feat/zope-testrunner
feat/zope5.11-pygolang-zodbtools
fix/erp5-apachedex
fix/erp5-haproxy-wait-reload
fix/netrc-parse-error
fix/version_up
for_testrunner_1
master+ZODB4-wc2
matomo-tutorial
neo-reflink
ors-dev
ors-dev3
ors-dev3-bak
ors-fake-lteenb
ors-test
ors-ue
python3.12
simpleran-dev
slapos-node_python3.9
telecom-matomo-hotfix
vanilla-slapos
y/wc2-next
zope4py3
1.0.385
1.0.384
1.0.383
1.0.382
1.0.381
1.0.380
1.0.379
1.0.378
1.0.377
1.0.376
1.0.375
1.0.374
1.0.373
1.0.372
1.0.371
1.0.370
1.0.369
1.0.368
1.0.367
1.0.366
1.0.365
1.0.364.3
1.0.364.2
1.0.364.1
1.0.364
1.0.363
1.0.362
1 merge request
!1257
ERP5: initial python3 support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
component/h5py/buildout.cfg
component/h5py/buildout.cfg
+2
-1
component/hdf5/buildout.cfg
component/hdf5/buildout.cfg
+6
-2
No files found.
component/h5py/buildout.cfg
View file @
8701eee7
...
...
@@ -10,11 +10,12 @@ parts =
LDFLAGS = -L${hdf5:location}/lib -Wl,-rpath=${hdf5:location}/lib
CPPFLAGS = -I${hdf5:location}/include
LD_LIBRARY_PATH=${hdf5:location}/lib
HDF5_DIR=${hdf5:location}
[h5py]
recipe = zc.recipe.egg:custom
egg = h5py
setup-eggs =
setup-eggs =
${cython:egg}
${numpy:egg}
pkgconfig
...
...
This diff is collapsed.
Click to expand it.
component/hdf5/buildout.cfg
View file @
8701eee7
...
...
@@ -7,10 +7,14 @@ parts =
[hdf5]
recipe = slapos.recipe.cmmi
shared = true
url = https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.1
0/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1.tar.bz2
md5sum =
f6d980febe2c35c11670a9b34fa3b48
7
url = https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.1
4/hdf5-1.14.3/src/hdf5-1.14.3.tar.gz
md5sum =
075d923171c7785b2ee7d820b0ef870
7
configure-options =
--with-zlib=${zlib:location}
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[hdf5:python2]
url = https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1.tar.bz2
md5sum = f6d980febe2c35c11670a9b34fa3b487
This diff is collapsed.
Click to expand it.
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