mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
workaround for seisbench version
This commit is contained in:
parent
71c8a4d82c
commit
5a8e60a12b
1 changed files with 11 additions and 1 deletions
|
@ -86,8 +86,18 @@
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(delete 'check)(delete 'sanity-check))))
|
||||
(delete 'check)
|
||||
(delete 'sanity-check)
|
||||
(add-before 'build 'pretend-version
|
||||
;; The version string is usually derived via setuptools-scm, but
|
||||
;; without the git metadata available, the version string is set to
|
||||
;; '0.0.0'.
|
||||
(lambda _
|
||||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
|
||||
)))
|
||||
|
||||
|
||||
|
||||
(propagated-inputs (list python-h5py
|
||||
python-nest-asyncio
|
||||
python-numpy
|
||||
|
|
Loading…
Add table
Reference in a new issue