Skip to content

Commit 6a0e2b5

Browse files
author
Jeff Whitaker
authored
Update config.sh
1 parent 556fb3e commit 6a0e2b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,13 @@ function build_hdf5 {
124124
patch -p0 < osx_cross_src_makefile.patch
125125
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BUILD_PREFIX/lib
126126
./configure --without-szlib --prefix=$BUILD_PREFIX --enable-threadsafe --enable-unsupported --with-pthread=yes --enable-build-mode=production --host=aarch64-apple-darwin --enable-tests=no
127-
mkdir -p native-build/bin
128-
cd native-build/bin
129-
CFLAGS= $CC ../../src/H5detect.c -I ../../src/ -o H5detect
130-
CFLAGS= $CC ../../src/H5make_libsettings.c -I ../../src/ -o H5make_libsettings
131-
cd ..
132-
export PATH=$(pwd)/native-build/bin:$PATH
127+
ls -l
128+
#mkdir -p native-build/bin
129+
#cd native-build/bin
130+
#CFLAGS= $CC ../../src/H5detect.c -I ../../src/ -o H5detect
131+
#CFLAGS= $CC ../../src/H5make_libsettings.c -I ../../src/ -o H5make_libsettings
132+
#cd ..
133+
#export PATH=$(pwd)/native-build/bin:$PATH
133134
make -j4
134135
make install
135136
cd ..

0 commit comments

Comments
 (0)