mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
cgal: Use Boost 1.70 (#7909)
This commit is contained in:
@@ -23,7 +23,7 @@ LICENSE="GNU GPL v3
|
||||
GNU LGPL v3
|
||||
Boost v1.0
|
||||
MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/CGAL/cgal/archive/releases/CGAL-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c4912a00e99f29ee37cac1d780d115a048743370b9329a2cca839ffb392f3516"
|
||||
SOURCE_DIR="cgal-releases-CGAL-$portVersion"
|
||||
@@ -83,11 +83,11 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:eigen$secondaryArchSuffix
|
||||
devel:libboost_atomic$secondaryArchSuffix
|
||||
devel:libboost_chrono$secondaryArchSuffix
|
||||
devel:libboost_date_time$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libboost_thread$secondaryArchSuffix
|
||||
devel:libboost_atomic$secondaryArchSuffix >= 1.70.0
|
||||
devel:libboost_chrono$secondaryArchSuffix >= 1.70.0
|
||||
devel:libboost_date_time$secondaryArchSuffix >= 1.70.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.70.0
|
||||
devel:libboost_thread$secondaryArchSuffix >= 1.70.0
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libgmp$secondaryArchSuffix
|
||||
devel:libmpfr$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user