mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: openlibm: Remove support for mips.
* gnu/packages/maths.scm (openlibm)[supported-systems]: New field, remove support for mips64el.
This commit is contained in:
parent
6e8faf7794
commit
538c0e3b69
1 changed files with 2 additions and 0 deletions
|
@ -1944,6 +1944,8 @@ (define-public openlibm
|
||||||
have a good libm for the Julia programming language that worked consistently
|
have a good libm for the Julia programming language that worked consistently
|
||||||
across compilers and operating systems, and in 32-bit and 64-bit
|
across compilers and operating systems, and in 32-bit and 64-bit
|
||||||
environments.")
|
environments.")
|
||||||
|
;; Each architecture has its own make target, and there is none for mips.
|
||||||
|
(supported-systems (delete "mips64el-linux" %supported-systems))
|
||||||
;; See LICENSE.md for details.
|
;; See LICENSE.md for details.
|
||||||
(license (list license:expat
|
(license (list license:expat
|
||||||
license:isc
|
license:isc
|
||||||
|
|
Loading…
Reference in a new issue