Package/sfcgal fix typo (#15796)
* fix typo in dependency definition * remove arbitrary dependency constraint Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
This commit is contained in:
parent
58cb2e5092
commit
67fbf257f0
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ class Sfcgal(CMakePackage):
|
||||||
version('1.3.7', sha256='30ea1af26cb2f572c628aae08dd1953d80a69d15e1cac225390904d91fce031b')
|
version('1.3.7', sha256='30ea1af26cb2f572c628aae08dd1953d80a69d15e1cac225390904d91fce031b')
|
||||||
|
|
||||||
# Ref: http://oslandia.github.io/SFCGAL/installation.html
|
# Ref: http://oslandia.github.io/SFCGAL/installation.html
|
||||||
depends_on('cgal@4.3 +core')
|
depends_on('cgal@4.3: +core')
|
||||||
depends_on('boost@1.54.0:1.69.0')
|
depends_on('boost@1.54.0:')
|
||||||
depends_on('mpfr@2.2.1:')
|
depends_on('mpfr@2.2.1:')
|
||||||
depends_on('gmp@4.2:')
|
depends_on('gmp@4.2:')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue