Blob Blame History Raw
diff -up psi4-1.3.2/psi4/src/CMakeLists.txt.python311 psi4-1.3.2/psi4/src/CMakeLists.txt
--- psi4-1.3.2/psi4/src/CMakeLists.txt.python311	2022-11-01 14:35:38.541870537 +0000
+++ psi4-1.3.2/psi4/src/CMakeLists.txt	2022-11-02 11:37:29.875966250 +0000
@@ -86,5 +86,5 @@ install(EXPORT "psi4Targets"
 set_target_properties(core PROPERTIES PREFIX "${PYTHON_MODULE_PREFIX}"  # for python module
                            OUTPUT_NAME core
                            EXPORT_NAME core
-                           SUFFIX "${PYTHON_MODULE_EXTENSION}" # for python module
+#                           SUFFIX "${PYTHON_MODULE_EXTENSION}" # for python module
                            )