CQCL / pyscf-ac0

GNU General Public License v3.0
3 stars 1 forks source link

Workflows #5

Closed harrkee closed 1 week ago

harrkee commented 8 months ago

Trying to build workflows which run tests, and build wheels.

Neither work at present. Macos and linux appear to fail for different reasons.

Important note: We are using numpy distutils to build the package currently. This will be deprecated soon, so we'll need to switch to something else. Switching may or may not help solve the issues I'm hitting here. Not sure, needs more investigation.

mkrompiec commented 7 months ago

lapack missing in the environment?

harrkee commented 7 months ago

lapack missing in the environment?

Linux error certainly looks like this, yes (though I'm not sure how it managed to compile...). Macos error is more obtuse to me