mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 07:39:04 +08:00
[skip-ci] hdf5: enabled high level libraries
This commit is contained in:
parent
ba5af191fc
commit
a1950cddf4
@ -1,6 +1,6 @@
|
||||
pkgname=hdf5
|
||||
pkgver=1.10.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
pkgdesc="General purpose library and file format for storing scientific data"
|
||||
url="http://www.hdfgroup.org/HDF5/"
|
||||
@ -15,7 +15,8 @@ build() {
|
||||
# export CFLAGS="${CFLAGS/O2/O0}"
|
||||
# export CXXFLAGS="${CFLAGS}"
|
||||
./configure --prefix=/usr --disable-static \
|
||||
--disable-hl \
|
||||
--enable-unsupported \
|
||||
--enable-hl \
|
||||
--enable-threadsafe \
|
||||
--enable-build-mode=production \
|
||||
--with-pic \
|
||||
|
Loading…
Reference in New Issue
Block a user