-
Notifications
You must be signed in to change notification settings - Fork 773
{lang}[GCC/4.9.2] Julia 0.3.7 (WIP) #2162
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
Conversation
|
Automatic reply from Jenkins: Can I test this? |
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.
this should go first, separated from name = with a blank line
|
@tvandera: there's a WIP easyblock for Julia, see easybuilders/easybuild-easyblocks#499 Does that still make sense, you think? Would your easyconfig benefit from that too? |
|
Jenkins: ok to test |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/5077/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
There are two options for Julia: go with the system's libraries for BLAS, LAPACK, FFWT or let the julia build process build its own version. This PR goes with the former, PR easybuilders/easybuild-easyblocks#499 goes with the latter. In the end PR easybuilders/easybuild-easyblocks#499 seems like the better solution. |
|
@tvandera: #499 is on PyQuante? Also, why would letting Julia build its own BLAS/LAPACK/FFTW be better? It's not easy to do that right, in particular w.r.t. MPI etc. And EasyBuild already knows about how to link to the BLAS/LAPACK/FFTW included in the compiler toolchain being used. If Julia is highly dependent on BLAS/LAPACK/FFTW, then you should use a full toolchain (e.g. |
|
I agree with previous poster: I'll make this a config linking with existing BLAS/LAPACK/... instead of building its own. |
|
@tvandera ping? |
|
Yes. It's still on my stack. Unfortunately, the current EasyConfig we are using works fine for us, but is not suited for general inclusion since we compile BLAS, etc ourselves instead of using the versions from the toolchain... |
|
@tvandera, this PR is being closed for the following reason(s): no activity for > 6 months. |
Julia language easyconfig