mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
Zoltan is added as thirdParty package
This commit is contained in:
18
thirdParty/Zoltan/buildlib
vendored
Executable file
18
thirdParty/Zoltan/buildlib
vendored
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf build/ include/ lib/
|
||||
mkdir build
|
||||
|
||||
cd build
|
||||
|
||||
../configure \
|
||||
--prefix=$HOME/PhasicFlow/phasicFlow-v-1.0/thirdParty/Zoltan/ \
|
||||
--with-gnumake \
|
||||
--with-id-type=uint
|
||||
--disable-tests
|
||||
--disable-examples
|
||||
|
||||
make everything -j4
|
||||
make install
|
||||
|
||||
cd ../
|
Reference in New Issue
Block a user