pdal: fix version range for patch (#42769)
* Update package.py fix bug. * Update var/spack/repos/builtin/packages/pdal/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
bccefa14cb
commit
18c8406091
@ -34,7 +34,7 @@ class Pdal(CMakePackage):
|
||||
depends_on("proj@4.9.3:")
|
||||
|
||||
# https://github.com/PDAL/PDAL/issues/3826
|
||||
patch("stdcppfs.patch", when="@:2.6.1 %gcc@:8")
|
||||
patch("stdcppfs.patch", when="@:2.4 %gcc@:8")
|
||||
msg = "a new stdc++fs patch is needed for version 2.6.2 onwards with gcc@8 or older"
|
||||
conflicts("%gcc@:8", when="@2.6.2:", msg=msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user