Skip to content

Commit

Permalink
optional cgal
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Dec 23, 2024
1 parent 81d7f6c commit 65870aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/scripts/mknemo.d/falcON2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ [email protected]:peter_teuben/falcon.git # during development
dir=falcon2
branch=master
branch=autoconf # during development
cgal=0


echo "falcON2: using url=$url and git branch=$branch"
Expand All @@ -34,6 +35,18 @@ fi
./configure
source falcon_start.sh

# if a local version is needed
if [ $cgal = 1 ]; then
v=5.6.2
wget https://github.com/CGAL/cgal/releases/download/v${v}/CGAL-${v}.tar.xz
tar xf CGAL-${v}.tar.xz
cd CGAL-${v}
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$FALCON ..
make install
fi


make -C utils2 inc/cachesize.h
make -C h5pp
Expand Down

0 comments on commit 65870aa

Please sign in to comment.