Use bundled inchi on EPEL | Fix CMake options

This commit is contained in:
Antonio Trande 2021-12-15 22:22:45 +01:00
parent 94bd8ef3ae
commit be121a78d7
1 changed files with 4 additions and 0 deletions

View File

@ -212,7 +212,11 @@ export CXXFLAGS="%{optflags} -DEIGEN_ALTIVEC_DISABLE_MMA"
-DRUBY_BINDINGS:BOOL=ON \
-DWITH_MAEPARSER:BOOL=OFF \
-DWITH_COORDGEN:BOOL=OFF \
%if 0%{?rhel}
-DOPENBABEL_USE_SYSTEM_INCHI=false \
%else
-DOPENBABEL_USE_SYSTEM_INCHI=true \
%endif
-DENABLE_VERSIONED_FORMATS=false \
-DRUN_SWIG=true \
-DENABLE_TESTS:BOOL=ON \