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
+73-10Lines changed: 73 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,45 @@ platform:
10
10
11
11
environment:
12
12
matrix:
13
+
# fftw from the "official" fftw website build
13
14
- COLUMN_MAJOR_LAYOUT: OFF
14
15
MINICONDA: C:\Miniconda36-x64
16
+
FFTW_INSTALL_MODE: official
17
+
FFTW_ROOT: C:\fftw_download
15
18
- COLUMN_MAJOR_LAYOUT: OFF
16
19
MINICONDA: C:\Miniconda36
20
+
FFTW_INSTALL_MODE: official
21
+
FFTW_ROOT: C:\fftw_download
17
22
- COLUMN_MAJOR_LAYOUT: ON
18
23
MINICONDA: C:\Miniconda36-x64
24
+
FFTW_INSTALL_MODE: official
25
+
FFTW_ROOT: C:\fftw_download
19
26
- COLUMN_MAJOR_LAYOUT: ON
20
27
MINICONDA: C:\Miniconda36
28
+
FFTW_INSTALL_MODE: official
29
+
FFTW_ROOT: C:\fftw_download
30
+
# fftw from conda-forge
31
+
- COLUMN_MAJOR_LAYOUT: OFF
32
+
MINICONDA: C:\Miniconda36-x64
33
+
FFTW_INSTALL_MODE: conda-forge
34
+
FFTW_ROOT:
35
+
- COLUMN_MAJOR_LAYOUT: OFF
36
+
MINICONDA: C:\Miniconda36
37
+
FFTW_INSTALL_MODE: conda-forge
38
+
FFTW_ROOT:
39
+
- COLUMN_MAJOR_LAYOUT: ON
40
+
MINICONDA: C:\Miniconda36-x64
41
+
FFTW_INSTALL_MODE: conda-forge
42
+
FFTW_ROOT:
43
+
- COLUMN_MAJOR_LAYOUT: ON
44
+
MINICONDA: C:\Miniconda36
45
+
FFTW_INSTALL_MODE: conda-forge
46
+
FFTW_ROOT:
47
+
48
+
# TODO: conda-forge build doen, CMakeLists aanpassen zodat FFTW_LONGDOUBLE niet required is bij CMAKE_CXX_COMPILER_ID == MSVC
49
+
# sowieso is libs requiren beetje raar als je alleen installeert;
50
+
# mss beter om als ze niet gevonden zijn de test/bench builds uit te zetten
51
+
# 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
0 commit comments