root: build with -Dimt=ON
This commit is contained in:
parent
95b2d74bc5
commit
0ec2acf51f
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
, libjpeg
|
, libjpeg
|
||||||
, libtiff
|
, libtiff
|
||||||
, libpng
|
, libpng
|
||||||
|
, tbb
|
||||||
, Cocoa
|
, Cocoa
|
||||||
, CoreSymbolication
|
, CoreSymbolication
|
||||||
, OpenGL
|
, OpenGL
|
||||||
|
@ -67,6 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
libpng
|
libpng
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
python.pkgs.numpy
|
python.pkgs.numpy
|
||||||
|
tbb
|
||||||
]
|
]
|
||||||
++ lib.optionals (!stdenv.isDarwin) [ libX11 libXpm libXft libXext libGLU libGL ]
|
++ lib.optionals (!stdenv.isDarwin) [ libX11 libXpm libXft libXext libGLU libGL ]
|
||||||
++ lib.optionals (stdenv.isDarwin) [ Cocoa CoreSymbolication OpenGL ]
|
++ lib.optionals (stdenv.isDarwin) [ Cocoa CoreSymbolication OpenGL ]
|
||||||
|
@ -131,7 +133,7 @@ stdenv.mkDerivation rec {
|
||||||
"-Dfftw3=OFF"
|
"-Dfftw3=OFF"
|
||||||
"-Dfitsio=OFF"
|
"-Dfitsio=OFF"
|
||||||
"-Dfortran=OFF"
|
"-Dfortran=OFF"
|
||||||
"-Dimt=OFF"
|
"-Dimt=ON"
|
||||||
"-Dgfal=OFF"
|
"-Dgfal=OFF"
|
||||||
"-Dgviz=OFF"
|
"-Dgviz=OFF"
|
||||||
"-Dhdfs=OFF"
|
"-Dhdfs=OFF"
|
||||||
|
|
Loading…
Reference in a new issue