gnu: symengine: Fix indentation.
* gnu/packages/algebra.scm (symengine): Fix indentation and apply small cosmetic fixes.master
parent
49a2a477c9
commit
af0307a099
|
@ -963,8 +963,8 @@ algorithms from the FORTRAN library MINPACK.")
|
||||||
(base32 "129iv9maabmb42ylfdv0l0g94mcbf3y4q3np175008rcqdr8z6h1"))))
|
(base32 "129iv9maabmb42ylfdv0l0g94mcbf3y4q3np175008rcqdr8z6h1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; These are the suggested build options in the README.
|
'(#:configure-flags
|
||||||
#:configure-flags
|
;; These are the suggested build options in the README.
|
||||||
'("-DCMAKE_BUILD_TYPE=Release"
|
'("-DCMAKE_BUILD_TYPE=Release"
|
||||||
"-DWITH_GMP=on"
|
"-DWITH_GMP=on"
|
||||||
"-DWITH_MPFR=on"
|
"-DWITH_MPFR=on"
|
||||||
|
@ -982,9 +982,9 @@ algorithms from the FORTRAN library MINPACK.")
|
||||||
("mpfr" ,mpfr)))
|
("mpfr" ,mpfr)))
|
||||||
(home-page "https://github.com/symengine/symengine")
|
(home-page "https://github.com/symengine/symengine")
|
||||||
(synopsis "Fast symbolic manipulation library")
|
(synopsis "Fast symbolic manipulation library")
|
||||||
(description "SymEngine is a standalone fast C++ symbolic manipulation
|
(description
|
||||||
library. Optional thin wrappers allow usage of the library from other
|
"SymEngine is a standalone fast C++ symbolic manipulation library.
|
||||||
languages.")
|
Optional thin wrappers allow usage of the library from other languages.")
|
||||||
(license (list license:expat ;SymEngine
|
(license (list license:expat ;SymEngine
|
||||||
license:bsd-3)))) ;3rd party code
|
license:bsd-3)))) ;3rd party code
|
||||||
|
|
||||||
|
|
Reference in New Issue