Skip to content

Comments

Refact/reorganize modules#1

Open
robertodr wants to merge 71 commits intomainfrom
refact/reorganize-modules
Open

Refact/reorganize modules#1
robertodr wants to merge 71 commits intomainfrom
refact/reorganize-modules

Conversation

@robertodr
Copy link
Member

No description provided.

ludmilaasb and others added 5 commits February 19, 2026 10:53
Co-authored-by: Roberto Di Remigio Eikås <robertodr@users.noreply.github.com>
Signed-off-by: Ludmila Botelho <39570941+ludmilaasb@users.noreply.github.com>
- os: windows-intel
runs-on: windows-latest
- os: windows-arm
runs-on: windows-latest
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise it's run on x86_64

Suggested change
runs-on: windows-latest
runs-on: windows-11-arm

# do not activate architecture-dependent compiler flags
# 4 jobs in parallel, but do not start new ones if load average exceeds 5
CIBW_ENVIRONMENT_LINUX: >
CIBW="true"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the CIBW environment variable used anywhere?

Suggested change
CIBW="true"
CIBW="true"
SKBUILD_CMAKE_ARGS="-DPAULIENGINE_ENABLE_ARCH_FLAGS=OFF"

CXXFLAGS="-I${GMP_PREFIX}/include ${CXXFLAGS}"
LDFLAGS="-L${GMP_PREFIX}/lib ${LDFLAGS}"
PKG_CONFIG_PATH="${GMP_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}"
CMAKE_PREFIX_PATH="${GMP_PREFIX}:$HOME/.local:${CMAKE_PREFIX_PATH}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CMAKE_PREFIX_PATH="${GMP_PREFIX}:$HOME/.local:${CMAKE_PREFIX_PATH}"
CMAKE_PREFIX_PATH="${GMP_PREFIX}:$HOME/.local:${CMAKE_PREFIX_PATH}"
SKBUILD_CMAKE_ARGS="-DPAULIENGINE_ENABLE_ARCH_FLAGS=OFF"

PKG_CONFIG_PATH="${GMP_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}"
CMAKE_PREFIX_PATH="${GMP_PREFIX}:$HOME/.local:${CMAKE_PREFIX_PATH}"
CIBW_ENVIRONMENT_WINDOWS: >
CIBW="true"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CIBW="true"
CIBW="true"
SKBUILD_CMAKE_ARGS="-DPAULIENGINE_ENABLE_ARCH_FLAGS=OFF"

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