gnu: Remove redundant cmake libdir configure flags.

* gnu/packages/bioinformatics.scm (imp)[arguments]: Remove
CMAKE_INSTALL_LIBDIR flag.
* gnu/packages/calendar.scm (libical): Same.
* gnu/packages/engineering.scm (kicad): Same.
* gnu/packages/games.scm (openrct2, mgba): Same.
* gnu/packages/gl.scm (virtualgl): Same.
* gnu/packages/image-processing.scm (mia): Same.
* gnu/packages/linux.scm (rdma-core): Same.
* gnu/packages/machine-learning.scm (dlib): Same.
* gnu/packages/maths.scm (lapack, superlu, z3): Same.
* gnu/packages/password-utils.scm (keepassxc): Same.
* gnu/packages/photo.scm (darktable): Same.
* gnu/packages/rdesktop.scm (freerdp): Same.
This commit is contained in:
Efraim Flashner 2017-12-19 16:25:12 +02:00
parent 5857a0658a
commit 677bc34d5b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
12 changed files with 8 additions and 52 deletions

View file

@ -542,11 +542,7 @@ and a QP solver.")
#t))))
(build-system cmake-build-system)
(arguments
;; Recent releases defaults to "lib64" on 64bit.
`(#:configure-flags (list (string-append "-DCMAKE_INSTALL_LIBDIR="
(assoc-ref %outputs "out")
"/lib"))
#:phases
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-asserts
(lambda _