cbqn: Build without singeli.
* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources. [arguments]<#:make-flags: Replace “o3n-singeli” with “o3”. <#:phases>: Remove “link-singeli”.
This commit is contained in:
parent
2c1fc058c5
commit
1578ad8d3f
@ -182,12 +182,9 @@ by APL.")
|
||||
(name "cbqn")
|
||||
(outputs '("out" "lib"))
|
||||
(arguments
|
||||
(list #:make-flags '(list "shared-o3" "o3n-singeli")
|
||||
(list #:make-flags '(list "shared-o3" "o3")
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(add-before 'build 'link-singeli
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(symlink #+singeli-sources "Singeli")))
|
||||
(add-before 'build 'generate-bytecode
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(system (string-append #+dbqn
|
||||
@ -218,7 +215,6 @@ by APL.")
|
||||
(install-file "libcbqn.so" lib)))))))
|
||||
(native-inputs (list dbqn
|
||||
bqn-sources
|
||||
singeli-sources
|
||||
libffi
|
||||
clang-toolchain
|
||||
linux-libre-headers))))
|
||||
|
Loading…
Reference in New Issue
Block a user