-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Initial Windows build attempt #168
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2022.01.04.19.00.57
@conda-forge-admin, please restart ci |
|
https://github.com/JuliaLang/julia/blob/85a6990a9c1d49dd5aeaffeb4b38f881dc120823/Make.inc#L130-L144 |
Unless someone can tell me how to use msys2 or cygwin to build, this is probably dead. |
Could you rebase this with master? |
There's nothing to rebase. This approach is not going to work. |
The best I can think of is grab the m2w64 packages, and just build a fully vendored Julia to start. |
😞 (full disclosure: I have zero idea how windows works --- haven't used windows in ~15 years; last month I installed windows11 and I couldn't install docker... I couldn't even install conda, so after a few hours, I deleted it) |
Hmm... the gmp feedstock looks kind of interesting... https://github.com/conda-forge/r-gmp-feedstock/blob/master/recipe/meta.yaml#L24-L27 |
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
https://anaconda.org/conda-forge/m2-bash is probably better. |
We may also need to explicitly put python on the path somehow
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
recipe/bld.bat
Outdated
set MSYSTEM=MINGW%ARCH% | ||
set MSYS2_PATH_TYPE=inherit | ||
set CHERE_INVOKING=1 | ||
bash -lc ./build.sh |
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.
Interesting approach... it doesn't seem it is cooperating?
I would think rewriting build.sh here would be the way to go, but I have no idea how windows works. One thing I would try to start off would be to just copy the binaries from upstream and see if that works with a simple bld.bat to copy them to PREFIX. Then I would try to actually build...
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.
Thr Julia build process essentially needs bash on Windows. It usually uses Cygwin and has been used with msys2 in the past. The current issue is locating Python on the path.
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.
Actually the problem seems different now. I wonder why we do not see any evidence of building.
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hmm, did I just miss |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.07.18.05.58.25
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)