mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
cad/PrusaSlicer: convert to USES=eigen
PR: 250949 Approved by: teodorsigaev@gmail.com (maintainer)
This commit is contained in:
parent
bf6a986dbf
commit
c91aa9b2b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554986
@ -22,7 +22,6 @@ LIB_DEPENDS= libtbb.so:devel/tbb \
|
||||
libgmp.so:math/gmp \
|
||||
libmpfr.so:math/mpfr
|
||||
BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \
|
||||
eigen>=3.3:math/eigen3 \
|
||||
googletest>=1.7:devel/googletest \
|
||||
boost-libs>=1.64:devel/boost-libs \
|
||||
wx31-gtk3>=3.1:x11-toolkits/wxgtk31 \
|
||||
@ -33,7 +32,7 @@ BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \
|
||||
mpfr>=4.0.2:math/mpfr \
|
||||
qt5-buildtools>=0:devel/qt5-buildtools
|
||||
|
||||
USES= cmake gettext gl iconv pkgconfig
|
||||
USES= cmake eigen:3 gettext gl iconv pkgconfig
|
||||
|
||||
CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config \
|
||||
-DCGAL_DIR=${WRKSRC}/CGAL/lib/cmake/CGAL
|
||||
|
Loading…
Reference in New Issue
Block a user