Skip to content

Commit

Permalink
remove --enable-cgal for rc6, re-enable in rc7 (#59)
Browse files Browse the repository at this point in the history
* remove --enable-cgal, it is incorrect for CGAL 5 

https://gitlab.com/fastjet/fastjet/-/blob/fastjet-3.3.4/INSTALL#L55-60

* specifically disable shared libs

* that was a bad idea.
  • Loading branch information
lgray authored Aug 5, 2021
1 parent 46641c6 commit 7450f78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def build_extensions(self):
args = [
f"--prefix={OUTPUT}",
"--enable-allplugins",
"--enable-cgal",
"--enable-cgal-header-only",
f"--with-cgaldir={cgal_dir}",
"--enable-swig",
Expand Down

0 comments on commit 7450f78

Please sign in to comment.