cgal: depends on for older versions (#32802)
* cgal: depends on for older versions * Update package.py Co-authored-by: steo85it <steo85it@users.noreply.github.com>
This commit is contained in:
parent
9f271fa388
commit
ae627150b2
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ class Cgal(CMakePackage):
|
|||
depends_on("cmake@2.8.11:", type="build")
|
||||
|
||||
# Essential Third Party Libraries
|
||||
depends_on("boost+exception+math+random+container")
|
||||
depends_on("boost+exception+math+random+container", when="@5.0:")
|
||||
depends_on("boost+thread+system", when="@:5.0")
|
||||
depends_on("gmp")
|
||||
depends_on("mpfr")
|
||||
|
||||
|
|
Loading…
Reference in a new issue