Skip to content

Commit 95d26d6

Browse files
committed
test [pypi]
1 parent fe0901c commit 95d26d6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build wheels
5858
if: matrix.os == 'macos-14' || matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
5959
env:
60-
MACOSX_DEPLOYMENT_TARGET: 11
60+
MACOSX_DEPLOYMENT_TARGET: 14
6161
CIBW_BUILD: cp311-*
6262
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
6363
CIBW_BUILD_VERBOSITY: 1

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- FORTRAN="test"
4040
language: minimal
4141
- name: "Jammy + Python 3.12"
42+
if: NOT commit_message =~ /\[pypi\]/ AND NOT commit_message =~ /\[testpypi\]/
4243
addons:
4344
apt:
4445
packages:

fortran/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ ifneq ($(shell echo $(compiler_ver) | awk '{print ($$1 >= 14.0)}'),0)
101101
SFFLAGS += -static-libgfortran -static-libgcc -static-libquadmath
102102
endif
103103
else
104-
SFFLAGS = -shared -fpic
105-
ifdef NONNATIVE
106-
SFFLAGS += -static-libgfortran -static-libgcc
107-
endif
104+
SFFLAGS = -shared -fpic -static-libgfortran -static-libgcc
108105
endif
109106

110107

0 commit comments

Comments
 (0)