3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148238 from rmcgibbo/rdkit

python3Packages.rdkit: fix on aarch64-darwin
This commit is contained in:
Jörg Thalheim 2021-12-02 08:14:59 +00:00 committed by GitHub
commit 56cbe42f16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
, fetchzip
, cmake
, boost
, catch
, catch2
, inchi
, cairo
, eigen
@ -75,7 +75,7 @@ buildPythonPackage rec {
buildInputs = [
boost
catch
catch2
inchi
eigen
cairo
@ -107,7 +107,7 @@ buildPythonPackage rec {
'';
cmakeFlags = [
"-DCATCH_DIR=${catch}/include/catch"
"-DCATCH_DIR=${catch2}/include/catch2"
"-DINCHI_LIBRARY=${inchi}/lib/libinchi.so"
"-DINCHI_LIBRARIES=${inchi}/lib/libinchi.so"
"-DINCHI_INCLUDE_DIR=${inchi}/include/inchi"