pythonPackages.phonopy: refactor (#46161)
Fixing phonopy not building. Tests were moved on Jul 30.
This commit is contained in:
parent
b5b48c0a91
commit
6586765a8f
@ -10,9 +10,12 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy pyyaml matplotlib h5py ];
|
propagatedBuildInputs = [ numpy pyyaml matplotlib h5py ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
cd test/phonopy
|
cd test
|
||||||
|
# dynamic structure factor test ocassionally fails do to roundoff
|
||||||
|
# see issue https://github.com/atztogo/phonopy/issues/79
|
||||||
|
rm spectrum/test_dynamic_structure_factor.py
|
||||||
${python.interpreter} -m unittest discover -b
|
${python.interpreter} -m unittest discover -b
|
||||||
cd ../..
|
cd ../..
|
||||||
'';
|
'';
|
||||||
@ -24,4 +27,3 @@ buildPythonPackage rec {
|
|||||||
maintainers = with maintainers; [ psyanticy ];
|
maintainers = with maintainers; [ psyanticy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user