2021-05-06 12:56:46 -07:00
|
|
|
{ appleDerivation', stdenvNoCC }:
|
2015-02-07 22:53:52 -08:00
|
|
|
|
2021-05-06 12:56:46 -07:00
|
|
|
appleDerivation' stdenvNoCC {
|
2015-02-07 22:53:52 -08:00
|
|
|
installPhase = ''
|
|
|
|
mkdir -p $out/include
|
|
|
|
|
|
|
|
cp Source/Intel/math.h $out/include
|
|
|
|
cp Source/Intel/fenv.h $out/include
|
|
|
|
cp Source/complex.h $out/include
|
|
|
|
'';
|
2018-05-03 19:17:14 -07:00
|
|
|
}
|