version: 2.1
source: HDF Group
parallel: OK
Szip encoding requires a license for commercial use. If you have a license, or are using szip for non-commercial, educational, research or internal uses, you can enable encoding as described below.
In the szip source:
export MACOSX_DEPLOYMENT_TARGET=10.6 ./configure --disable-dependency-tracking --disable-encoding \ CFLAGS="-Os -arch i386 -arch x86_64" make sudo make install
To enable encoding, remove --disable-encoding from the configure line above.
In the szip source:
export MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --disable-dependency-tracking --disable-encoding \ CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64" make sudo make install
To enable encoding, remove --disable-encoding from the configure line above.
In the libgd source:
export MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --disable-dependency-tracking --disable-encoding \ CFLAGS="-Os -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" make sudo make install
To enable encoding, remove --disable-encoding from the configure line above.
In the szip source:
./configure --disable-dependency-tracking --disable-encoding CFLAGS=-Os make sudo make install
To enable encoding, remove --disable-encoding from the configure line above.