You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .appveyor.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,6 @@ environment:
45
45
FFTW_INSTALL_MODE: official
46
46
FFTW_ROOT: C:\fftw_download
47
47
48
-
# TODO: goed idee (?): een MSVC_FFTW_LONGDOUBLE_LINKING_WORKAROUND option toevoegen die manually een long double lib downloadt zodat de tests iig linken, maar met een melding dat die dus niet goed draaien
49
-
50
48
matrix:
51
49
exclude:
52
50
- platform: x86
@@ -55,7 +53,7 @@ matrix:
55
53
MINICONDA: C:\Miniconda36
56
54
allow_failures:
57
55
- COLUMN_MAJOR_LAYOUT: ON
58
-
fast_finish: true
56
+
# fast_finish: true
59
57
60
58
init:
61
59
- C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\VC\vcvarsall.bat %PLATFORM%
0 commit comments