cd /path/to/szip tar -xvf szip-2.1.1.tar.gz cd szip-2.1.1
export CC=clang CXX=clang++ FC=flang
./configure --prefix=/path/to/szip
make make install