Update URL parsing regexes and tests (#13411)
* Update URL parsing regexes and tests * Get rid of no longer used README * Merge py-udunits and py-cf-units * netcdf -> netcdf-c * setup_environment -> setup_*_environment * Fix doc tests * Few last minute fixes * Simplify prefix removal copypasta
This commit is contained in:
@@ -46,8 +46,8 @@ class Asagi(CMakePackage):
|
||||
|
||||
depends_on('mpi', when="+mpi")
|
||||
depends_on('mpi@3:', when="+mpi3")
|
||||
depends_on('netcdf +mpi', when="+mpi")
|
||||
depends_on('netcdf ~mpi', when="~mpi")
|
||||
depends_on('netcdf-c +mpi', when="+mpi")
|
||||
depends_on('netcdf-c ~mpi', when="~mpi")
|
||||
depends_on('numactl', when="+numa")
|
||||
|
||||
conflicts('%gcc@5:', when='@:1.0.0')
|
||||
|
||||
Reference in New Issue
Block a user