Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "python --> python3" (DO NOT MERGE) #113

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

fingolfin
Copy link
Member

This reverts commit 062043b.

I want to see if this fixes CI, and if so, compare the logs.

This reverts commit 062043b.
@w-bruns
Copy link
Collaborator

w-bruns commented Jun 23, 2023

There are 3 warnings about differing MacOS versions. The first is

ld: warning: dylib (/Users/runner/work/PyNormaliz/PyNormaliz/local/lib/libnormaliz.dylib) was built for newer macOS version (12.0) than being linked (11.7)

I simply don't understand what it could mean. We ask for MacOS:latest which I think is 12.0. So libnormaliz.dylib should be built for it in this run. But how can it be linked for 11.7? Are there old components in the system?

It is of course unclear whether the warnings have to do anything with the failure. Unfortunately the last successful run from February has lost its logs.

In the Linux build on my laptop under Ubuntu I also see

zip_safe flag not set; analyzing archive contents...
__pycache__.PyNormaliz_cpp.cpython-310: module references __file__

But then

creating 'dist/PyNormaliz-2.18-py3.10-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it

and this (or a similar) message is not created in the MacOS build on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants