1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

community/hdf5: fix build

This commit is contained in:
Sertonix 2025-07-11 00:39:48 +02:00 committed by achill (fossdd)
parent 58decdbf0f
commit 2e7ebce2af

View file

@ -71,7 +71,7 @@ build() {
# directory, but checks if it is successfully created in the build dir. # directory, but checks if it is successfully created in the build dir.
# So the current directory must be build. # So the current directory must be build.
mkdir build && cd build mkdir build && cd build
cmake \ cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=True \ -DBUILD_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=None \ -DCMAKE_BUILD_TYPE=None \