We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc0299 commit a96a2abCopy full SHA for a96a2ab
2 files changed
.github/workflows/build-wheels.yml
@@ -42,7 +42,6 @@ jobs:
42
choco install cmake --version=3.31.5 --allow-downgrade -y --no-progress
43
choco install -y --no-progress --stoponfirstfailure pkgconfiglite
44
echo "PKG_CONFIG_PATH=C:/mingw64/lib/pkgconfig" >> $GITHUB_ENV
45
- # echo "C:/msys64/mingw64/bin" >> $GITHUB_PATH
46
47
- name: Build wheels
48
uses: pypa/cibuildwheel@v3.4.1
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'odrpack',
3
['cpp', 'fortran'],
4
- version : '0.6.0',
+ version : '0.6.1',
5
meson_version: '>=1.5.0',
6
default_options: [
7
'buildtype=release',
@@ -10,9 +10,6 @@ project(
10
],
11
)
12
13
-# compilers
14
-# add_languages('fortran', native: false)
15
-
16
# python
17
python = import('python').find_installation(pure: false)
18
python_dep = python.dependency()
0 commit comments