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

Support v1.5.0 #47

Merged
merged 5 commits into from
Aug 5, 2020
Merged

Support v1.5.0 #47

merged 5 commits into from
Aug 5, 2020

Conversation

terasakisatoshi
Copy link
Member

This PR adds Dockerfiles regarding to Julia v1.5.0

@terasakisatoshi
Copy link
Member Author

armv6

Screen Shot 2020-08-05 at 16 16 53

armv7

Screen Shot 2020-08-05 at 16 11 34

@terasakisatoshi
Copy link
Member Author

terasakisatoshi commented Aug 5, 2020

Remark:

    sed -i -e '69s/devnull/stdout/' ${JL_BUILD_DIR}/contrib/generate_precompile.jl && \
    sed -i -e '63,65 s/^/#/'     ${JL_BUILD_DIR}/contrib/generate_precompile.jl && \
    sed -i -e '190 s/^/#/'       ${JL_BUILD_DIR}/contrib/generate_precompile.jl && \
    cat ${JL_BUILD_DIR}/contrib/generate_precompile.jl && \
    cd $JL_BUILD_DIR && make -j 16 OPENBLAS_USE_THREAD=0 && make install && \
    rm -r $JL_BUILD_DIR && \
    echo "Done"

@terasakisatoshi
Copy link
Member Author

Fortunately since yuyichao-san have solved the issue above ( JuliaLang/julia#36062) with this PR JuliaLang/julia#36705 there is a good chance to build Julia v1.6-DEV.

The following screenshot shows we can build Julia v1.6-DEV on our Raspberry Pi4 locally (without using Docker)

image

@terasakisatoshi terasakisatoshi merged commit f21aafd into master Aug 5, 2020
@terasakisatoshi terasakisatoshi deleted the support-v1.5.0 branch August 9, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant