mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
freecad: for boost-1.89
This commit is contained in:
parent
997c0e7ca1
commit
a566007ff9
2 changed files with 13 additions and 3 deletions
11
srcpkgs/freecad/patches/boost-1.89.patch
Normal file
11
srcpkgs/freecad/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/cMake/FreeCAD_Helpers/SetupBoost.cmake
|
||||||
|
+++ b/cMake/FreeCAD_Helpers/SetupBoost.cmake
|
||||||
|
@@ -3,7 +3,7 @@ macro(SetupBoost)
|
||||||
|
|
||||||
|
set(_boost_TEST_VERSIONS ${Boost_ADDITIONAL_VERSIONS})
|
||||||
|
|
||||||
|
- set (BOOST_COMPONENTS filesystem program_options regex system thread date_time)
|
||||||
|
+ set (BOOST_COMPONENTS filesystem program_options thread)
|
||||||
|
find_package(Boost ${BOOST_MIN_VERSION}
|
||||||
|
COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freecad'
|
# Template file for 'freecad'
|
||||||
pkgname=freecad
|
pkgname=freecad
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=2
|
revision=3
|
||||||
_pycxx_ver=7.1.8
|
_pycxx_ver=7.1.8
|
||||||
_ondsel_ver=09d6175a2ba69e7016fcecc4f384946a2f84f92d
|
_ondsel_ver=09d6175a2ba69e7016fcecc4f384946a2f84f92d
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -16,8 +16,7 @@ configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_GUI=ON
|
||||||
hostmakedepends="pkg-config swig doxygen graphviz python3-setuptools
|
hostmakedepends="pkg-config swig doxygen graphviz python3-setuptools
|
||||||
python3-matplotlib python3-pivy"
|
python3-matplotlib python3-pivy"
|
||||||
makedepends="boost-devel-minimal boost-python3 libboost_filesystem
|
makedepends="boost-devel-minimal boost-python3 libboost_filesystem
|
||||||
libboost_thread libboost_program_options libboost_regex libboost_system
|
libboost_thread libboost_program_options
|
||||||
libboost_thread libboost_date_time
|
|
||||||
libxerces-c-devel zlib-devel occt-devel vtk-devel
|
libxerces-c-devel zlib-devel occt-devel vtk-devel
|
||||||
hdf5-devel libgomp-devel libmed-devel eigen double-conversion-devel
|
hdf5-devel libgomp-devel libmed-devel eigen double-conversion-devel
|
||||||
coin3-devel libspnav-devel liblz4-devel netcdf-devel jsoncpp-devel
|
coin3-devel libspnav-devel liblz4-devel netcdf-devel jsoncpp-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue