Merge pull request #68936 from jonringer/fix-boltz
python3Packages.boltztrap2: fix build
This commit is contained in:
@@ -23,6 +23,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1hambr925ml2v2zcxnmnpi39395gl2928yac4p2kghk9xicymraw";
|
sha256 = "1hambr925ml2v2zcxnmnpi39395gl2928yac4p2kghk9xicymraw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake cython ];
|
nativeBuildInputs = [ cmake cython ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
propagatedBuildInputs = [ spglib numpy scipy matplotlib ase netcdf4 ];
|
propagatedBuildInputs = [ spglib numpy scipy matplotlib ase netcdf4 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user