Julia builds
See original GitHub issueWe should support dependencies for Julia.
Major to-do items
- Allow users to specify requirements with a
REQUIRE
file - Allow users to pre-compile packages before building the docker image
Julia handles dependencies in a text file similar to how Python does this.
Thoughts on that? @yuvipanda
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:60 (7 by maintainers)
Top Results From Across the Web
Julia Builds and Best IVs | Fire Emblem Heroes (FEH)
The best IVs for Julia are +Atk and -Def. A +Atk IV helps her maximize the 1.5x multiplier against dragons provided by Naga....
Read more >Julia | Fire Emblem Heroes Wiki
Skill Sets. Divine Justice (Player Phase Nuke). Build by Lunare. Recommended ...
Read more >julia/build.md at master
This will create a directory mirror, with all of the necessary Makefiles to build Julia, in the specified directory. These builds will share...
Read more >Julia build (I got FEH pass just for this resplendent) any ...
108 votes, 12 comments. 15K subscribers in the OrderOfHeroes community. A Fire Emblem Heroes subreddit for serious discussion of its ...
Read more >Building a Julia Project
Choosing Julia versions to test against · Coverage · Default Build and Test Script · Dependency Management · Build Matrix · Environment Variable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Me and @tkelman hacked on this today at BIDS!
Note that I haven’t deployed pre-compilation anywhere yet.
@sje30 https://binder.binder-staging.omgwtf.in/v2/gh/yuvipanda/simplejl/master now works fine (I’ve updated my repo!) and I can do
using PyPlot
and it works ok 😄@choldgraf: @tkelman mentioned there’s a Julia Users discourse mailing list, perhaps we could publicize this there too? (Once we deploy this support to beta, than just to staging)
We haven’t deployed 0.6 to beta.mybinder.org for REQUIRE support yet. Shall do shortly!
On Jun 30, 2017 8:35 AM, “Chris Holdgraf” notifications@github.com wrote: