gnu: supercollider: Update to 3.10.0.
* gnu/packages/audio.scm (supercollider): Update to 3.10.0. [arguments]<#:phases>[disable-broken-tests]: Modify.
This commit is contained in:
parent
5a8b00f26b
commit
b05399dffc
|
@ -2183,7 +2183,7 @@ background file post-processing.")
|
||||||
(define-public supercollider
|
(define-public supercollider
|
||||||
(package
|
(package
|
||||||
(name "supercollider")
|
(name "supercollider")
|
||||||
(version "3.9.3")
|
(version "3.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2192,7 +2192,7 @@ background file post-processing.")
|
||||||
"/SuperCollider-" version "-Source-linux.tar.bz2"))
|
"/SuperCollider-" version "-Source-linux.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d8ixfl100jvlialxdizp8wqsl1mp5pi2bam25vp97bhjd59cfdr"))))
|
"16j9psa32czx1p1y2vvq0qf2ib0ngrfc604vx35n2b4llyika84v"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DSYSTEM_BOOST=on" "-DSYSTEM_YAMLCPP=on"
|
`(#:configure-flags '("-DSYSTEM_BOOST=on" "-DSYSTEM_YAMLCPP=on"
|
||||||
|
@ -2230,13 +2230,13 @@ background file post-processing.")
|
||||||
;; https://github.com/supercollider/supercollider/issues/1736
|
;; https://github.com/supercollider/supercollider/issues/1736
|
||||||
(add-after 'rm-bundled-libs 'disable-broken-tests
|
(add-after 'rm-bundled-libs 'disable-broken-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "testsuite/supernova/CMakeLists.txt"
|
(substitute* "testsuite/server/supernova/CMakeLists.txt"
|
||||||
(("server_test.cpp")
|
(("server_test.cpp")
|
||||||
"")
|
"")
|
||||||
(("perf_counter_test.cpp")
|
(("perf_counter_test.cpp")
|
||||||
""))
|
""))
|
||||||
(delete-file "testsuite/supernova/server_test.cpp")
|
(delete-file "testsuite/server/supernova/server_test.cpp")
|
||||||
(delete-file "testsuite/supernova/perf_counter_test.cpp")
|
(delete-file "testsuite/server/supernova/perf_counter_test.cpp")
|
||||||
(substitute* "testsuite/CMakeLists.txt"
|
(substitute* "testsuite/CMakeLists.txt"
|
||||||
(("add_subdirectory\\(sclang\\)")
|
(("add_subdirectory\\(sclang\\)")
|
||||||
""))
|
""))
|
||||||
|
|
Loading…
Reference in New Issue