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:
@@ -10,9 +10,9 @@ class Dbcsr(CMakePackage):
|
||||
"""Distributed Block Compressed Sparse Row matrix library."""
|
||||
|
||||
homepage = "https://github.com/cp2k/dbcsr"
|
||||
url = "https://github.com/cp2k/dbcsr/archive/v1.0.0-rc.0.tar.gz"
|
||||
git = "https://github.com/cp2k/dbcsr.git"
|
||||
|
||||
version('develop', git='https://github.com/cp2k/dbcsr.git', branch='develop')
|
||||
version('develop', branch='develop')
|
||||
|
||||
variant('mpi', default=True, description='Compile with MPI')
|
||||
variant('openmp', default=False, description='Build with OpenMP support')
|
||||
|
||||
Reference in New Issue
Block a user