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

BLD: Add CMake build using scikit-build-core #242

Merged
merged 44 commits into from
Oct 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
d323dc0
BLD: Initial try at pyproject.toml
DWesl May 23, 2024
8322c42
BLD,BUG: Fix pyproject.toml configuration and remove setup.py duplica…
DWesl May 24, 2024
5c169eb
FIX: Require a setuptools version that understands the configuration.
DWesl May 24, 2024
ca51e70
BLD: Start working on a CMake build.
DWesl May 24, 2024
e88a5bd
BLD: Initial Scikit-build attempt.
DWesl May 24, 2024
d18ecf5
STY: Remove execute permissions from python modules.
DWesl May 24, 2024
4686af4
BLD: First attempt at OpenMP.
DWesl May 24, 2024
ad35d87
CI: Update CI for CMake build, and add 3.12
DWesl May 25, 2024
937e164
CI: Check the installed package.
DWesl May 25, 2024
ddcf9eb
CI: Fix Python 3.12 install and package install check
DWesl May 25, 2024
05657f8
FIX: Try to get checks working.
DWesl May 25, 2024
0df03d8
BLD: Let skbuild handle install dirs when available.
DWesl May 25, 2024
0d38af9
FIX: Fix syntax in CMake variable reference.
DWesl May 25, 2024
a962d9f
CI,DBG: Only run ldd on so files.
DWesl May 25, 2024
028ec66
FIX: Ensure grep knows the patterns are fixed strings.
DWesl May 26, 2024
3b9abc9
CI,DBG: Remove debug section.
DWesl May 26, 2024
8944514
FIX: Fix install directory for fortran extension module.
DWesl May 26, 2024
dd8ead2
BLD: Move requirements.txt to pyproject.toml
DWesl May 27, 2024
b3557c3
BLD: Do not expect f2py to produce ${modname}-f2pywrappers2.f90
DWesl Aug 20, 2024
0038273
DOC: Note that this should work on Python 3.12
DWesl Aug 30, 2024
b940960
Merge branch 'develop' of NCAR/wrf-python into cmake-build
DWesl Sep 4, 2024
e1f530e
Merge branch 'cmake-build' of DWesl/wrf-python into cmake-build
DWesl Sep 4, 2024
51cea52
Merge branch 'develop' into cmake-build
DWesl Sep 11, 2024
9654ada
BLD: Pin NumPy<2
DWesl Sep 11, 2024
7944265
BLD: Make CMake OpenMP linkage public.
DWesl Sep 13, 2024
9f84088
BLD: Pin build-time NumPy >=2, unpin run-time numpy
DWesl Sep 13, 2024
e41f75e
BUG: Fix spelling of Python_EXECUTABLE in CMakeLists.txt
DWesl Sep 15, 2024
379691d
BUG: Include the f90 wrapper file in the compilation.
DWesl Sep 15, 2024
b5fdd5f
FIX: Fix syntax in CMakeLists.txt
DWesl Sep 16, 2024
4bde3cf
BLD: Pin numpy<1.26.3
DWesl Sep 16, 2024
0eed892
ENH: Add a function to module wrf_constants so f2py includes it
DWesl Sep 17, 2024
607cf30
ENH: Add a function to module omp_constants so f2py includes it
DWesl Sep 17, 2024
1c20f4a
FIX: Fix where in module functions go
DWesl Sep 17, 2024
ef93ca6
BUG: Fix where in module functions go
DWesl Sep 17, 2024
f914a85
ENH: Make have_wrf_constants a subroutine
DWesl Sep 17, 2024
46cf6b3
BLD: Remove pin on NumPy version
DWesl Sep 18, 2024
9b712c8
CI,DBG: Re-add debug section to CI
DWesl Sep 18, 2024
faeda9d
CI,BUG: Try to fix debug section.
DWesl Sep 18, 2024
bb4ff8e
CI,BUG: Try to get ls ${installed_files} working.
DWesl Sep 18, 2024
80265d6
CI,BUG: Don't run ldd until after python import
DWesl Sep 18, 2024
c9573de
BLD,BUG: Try a different suffix for extension modules
DWesl Sep 18, 2024
f9f690f
CI,ENH: conda package build renamed to python-build
DWesl Sep 18, 2024
e502213
Merge branch 'develop' of NCAR/wrf-python into cmake-build
DWesl Oct 11, 2024
97643e7
BLD: Update python_version to >=3.9 in pyproject.toml
DWesl Oct 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Note that this should work on Python 3.12
Update package metadata.
DWesl authored Aug 30, 2024
commit 0038273918803531d52505c83b03742e4fc931bc
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"Topic :: Software Development",
"Operating System :: POSIX",