commit
9fc9669cf9
1 changed files with 3 additions and 1 deletions
|
@ -41,11 +41,13 @@ stdenv.mkDerivation rec {
|
||||||
./gcc-13.patch
|
./gcc-13.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
# tests are determined to use /var/tmp on unix
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
# tests are determined to use /var/tmp on unix
|
||||||
find . -name tmpDir.h | while read -r f ; do
|
find . -name tmpDir.h | while read -r f ; do
|
||||||
substituteInPlace $f --replace '/var/tmp' "$TMPDIR"
|
substituteInPlace $f --replace '/var/tmp' "$TMPDIR"
|
||||||
done
|
done
|
||||||
|
# On slower machines this test can take more than the default 1500 seconds
|
||||||
|
echo 'set_tests_properties(OpenEXR.IlmImf PROPERTIES TIMEOUT 3000)' >> OpenEXR/IlmImfTest/CMakeLists.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
|
Loading…
Reference in a new issue