Skip to content
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

[deps/blastrampoline]: pass cross compile flags to make #45909

Merged
merged 10 commits into from
Sep 13, 2022

Conversation

inkydragon
Copy link
Sponsor Member

@inkydragon inkydragon commented Jul 3, 2022

xref: #45645

test script:

make O=julia-win64-no_bb configure
echo 'XC_HOST=x86_64-w64-mingw32' > julia-win64-no_bb/Make.user
echo 'USE_BINARYBUILDER=0' >> julia-win64-no_bb/Make.user
# for macOS
echo 'override USECLANG=0' >> julia-win64-no_bb/Make.user
echo 'override USEGCC=1' >> julia-win64-no_bb/Make.user
make -C julia-win64-no_bb/deps -j 6  install-blastrampoline 

test with:

  • CYGWIN_NT-10.0-19044 + x86_64-w64-mingw32-gcc (GCC) 11.3.0
  • WSL2 + x86_64-w64-mingw32-gcc (GCC) 9.3-win32 20200320
  • Darwin 20.6.0 + x86_64-w64-mingw32-gcc (GCC) 12.1.0

@inkydragon inkydragon marked this pull request as ready for review July 3, 2022 09:37
@inkydragon inkydragon added domain:building Build system, or building Julia or its dependencies system:windows Affects only Windows labels Jul 3, 2022
@ViralBShah
Copy link
Member

This seems like it is almost ready to get in. Can we resolve the conflicts and merge?

@staticfloat staticfloat added the status:merge me PR is reviewed. Merge when all tests are passing label Sep 6, 2022
@DilumAluthge DilumAluthge merged commit e8a2eb1 into JuliaLang:master Sep 13, 2022
@DilumAluthge DilumAluthge removed the status:merge me PR is reviewed. Merge when all tests are passing label Sep 13, 2022
@inkydragon inkydragon deleted the source-build--blastrampoline branch September 13, 2022 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants