root: enable mathmore
The `mathmore` part of ROOT it the part of ROOT math that depends on the GNU Scientific Library (GSL). Since the GSL is already in the list of inputs, it should be harmless to enable this feature set. This will benefit RooFit in particular, wich uses the numeric integrators from the GSL that are wrapped in mathmore.
This commit is contained in:
parent
c58b1d6779
commit
acf84ed763
@ -165,6 +165,7 @@ stdenv.mkDerivation rec {
|
||||
"-Dfail-on-missing=ON"
|
||||
"-Dfitsio=OFF"
|
||||
"-Dgnuinstall=ON"
|
||||
"-Dmathmore=ON"
|
||||
"-Dmysql=OFF"
|
||||
"-Dpgsql=OFF"
|
||||
"-Dsqlite=OFF"
|
||||
|
Loading…
Reference in New Issue
Block a user