File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 48
48
- name : Build macos-12 wheels
49
49
if : matrix.os == 'macos-12'
50
50
env :
51
- # all cp3xx, since old macs seem to only use osx 12+ builds if this is set not "none"
52
- # see consistency with get_tag() in setup.py
53
51
MACOSX_DEPLOYMENT_TARGET : 12
54
52
CIBW_BUILD : cp311-*
55
53
CIBW_SKIP : pp*
59
57
- name : Build wheels
60
58
if : matrix.os == 'macos-14' || matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
61
59
env :
62
- MACOSX_DEPLOYMENT_TARGET : 14
60
+ MACOSX_DEPLOYMENT_TARGET : 11
63
61
CIBW_BUILD : cp311-*
64
62
CIBW_SKIP : pp* *-win32 *-manylinux_i686 *musllinux*
65
63
CIBW_BUILD_VERBOSITY : 1
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ SFFLAGS += -static-libgfortran -static-libgcc -static-libquadmath
102
102
endif
103
103
else
104
104
SFFLAGS = -shared -fpic
105
- ifneq ( $( CIBW_BUILD ) ,)
105
+ ifdef NONNATIVE
106
106
SFFLAGS += -static-libgfortran -static-libgcc
107
107
endif
108
108
endif
Original file line number Diff line number Diff line change @@ -287,5 +287,4 @@ def run(self):
287
287
package_data = {'camb' : [DLLNAME , 'HighLExtrapTemplate_lenspotentialCls.dat' ,
288
288
'PArthENoPE_880.2_marcucci.dat' , 'PArthENoPE_880.2_standard.dat' ,
289
289
'PRIMAT_Yp_DH_Error.dat' , 'PRIMAT_Yp_DH_ErrorMC_2021.dat' ]},
290
- test_suite = 'camb.tests'
291
290
)
You can’t perform that action at this time.
0 commit comments