-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add windows build (try IV) #16
Changes from 47 commits
b24d6fb
573bf0b
2a5bd96
0386e02
e187caf
90d6c3a
5d713a0
9cf3964
621b6f1
6564439
4d45abc
0b0d86f
7630df2
703367c
92d2a14
3956879
8825078
b7b9905
1a5746f
14a82f9
7881b6e
33ba139
8e25b7c
d88b709
4411871
36a1727
2bb3edf
e2cca4a
be89c10
5cff18b
8f14e6c
97d6a3f
c6d77e1
ddbaa58
1b094a4
fc59bcd
222a5f5
8f02b24
1cd3f63
b5aaae3
5be10aa
9653d17
2cf36e0
b469f83
ca04f50
219db87
4a19149
520a6d5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
bzip2: | ||
- '1' | ||
c_compiler: | ||
- vs2019 | ||
c_stdlib: | ||
- vs | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- vs2019 | ||
fortran_compiler: | ||
- flang | ||
fortran_compiler_version: | ||
- '5' | ||
libblas: | ||
- 3.9 *netlib | ||
libcblas: | ||
- 3.9 *netlib | ||
liblapack: | ||
- 3.9 *netlib | ||
liblapacke: | ||
- 3.9 *netlib | ||
target_platform: | ||
- win-64 | ||
zlib: | ||
- '1.2' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that you're still adding fortran compilers here (seems to be based on an old rerender before adding the selector to the fortran compiler). However, since the dependency is missing in
meta.yaml
, this isn't actually pulled into the build environment for now.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would think we should remove this now.