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

julia-0.5.2 #3503

Merged
merged 55 commits into from
Aug 18, 2017
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
9d1ec7c
Julia-0.5.2
dfornika Aug 10, 2017
ee165c0
Update meta.yaml
dfornika Aug 10, 2017
6e4a9ef
Update meta.yaml
dfornika Aug 10, 2017
a765a18
Update meta.yaml
dfornika Aug 10, 2017
329ecf4
Update meta.yaml
dfornika Aug 10, 2017
0399205
Update meta.yaml
dfornika Aug 10, 2017
b59d56c
Update meta.yaml
dfornika Aug 10, 2017
fb78a2f
Addressed review by @bgruening
dfornika Aug 11, 2017
09ea8b4
Removed libgit2 dependency
dfornika Aug 11, 2017
79a24de
Added libgit2 dependency, un-pinned version
dfornika Aug 11, 2017
cd8c0f3
Set JULIA_HISTORY inside conda env
dfornika Aug 11, 2017
060bf17
Pinned llvmdev 3.7.1. Run all tests
dfornika Aug 12, 2017
056cb20
Add TAGGED_RELEASE_BANNER
bgruening Aug 12, 2017
50c9974
Remove testing from build.sh script
dfornika Aug 12, 2017
73cbd34
Merge remote-tracking branch 'upstream/master'
dfornika Aug 13, 2017
abb9ead
Add tagged release banner
dfornika Aug 13, 2017
4315d8f
Merge branch 'bgruening-patch-1'
dfornika Aug 13, 2017
c23dafc
Merge branch 'master' into patch-1
dfornika Aug 13, 2017
9f461d6
Merge pull request #1 from bgruening/patch-1
dfornika Aug 13, 2017
a1e0094
Update meta.yaml
dfornika Aug 14, 2017
9a16cd9
Update meta.yaml
dfornika Aug 14, 2017
8d1870b
Update meta.yaml
dfornika Aug 14, 2017
e50a172
Removed rpath patch, build llvm & fftw
dfornika Aug 15, 2017
f58ef7c
Remove conda mpfr
dfornika Aug 15, 2017
b42eac4
Added toolchain and patchelf to build reqs
dfornika Aug 15, 2017
ea8152b
Remove fftw
dfornika Aug 15, 2017
feab085
Add fftw
dfornika Aug 15, 2017
4fda532
Added juliarc.jl file
dfornika Aug 15, 2017
7f5062a
Removed toolchain
dfornika Aug 15, 2017
2e8b807
Added toolchain
dfornika Aug 16, 2017
f967c10
Added libtool
dfornika Aug 16, 2017
7ad4d18
Removed libtool
dfornika Aug 16, 2017
3f4ada5
Added gcc
dfornika Aug 16, 2017
1b9c389
Added libgcc
dfornika Aug 16, 2017
461dda3
Added mpfr and fftw as runtime deps
dfornika Aug 16, 2017
8a38506
[skip appveyor] Removed juliarc.jl
dfornika Aug 16, 2017
1f5a6e7
[skip appveyor] Pipe to bar during testing to avoid timeout
dfornika Aug 16, 2017
bc91f58
[skip appveyor] Add timeout modifier to test phase
dfornika Aug 16, 2017
62a07eb
[skip appveyor] Fixed syntax for timeout modifier
dfornika Aug 16, 2017
0b5087b
[skip appveyor] Fixed syntax for timeout modifier
dfornika Aug 17, 2017
6feace4
[skip appveyor] Removed timeout modifier
dfornika Aug 17, 2017
c92d774
[skip appveyor] added perl as runtime dep
dfornika Aug 17, 2017
fc2f8d3
[skip appveyor] Added python2 as runtime dep
dfornika Aug 17, 2017
22c76f5
[skip appveyor] Moved perl & python2 to build-time
dfornika Aug 17, 2017
9be917f
[skip appveyor] Moved perl requirement to test section
dfornika Aug 17, 2017
b87fd4e
[skip appveyor] Removed python 3.6 from build reqirements
dfornika Aug 17, 2017
9e15f34
[skip appveyor] Removed automake, autoconf and libxml2
dfornika Aug 17, 2017
747d101
[skip appveyor] Added perl as build requirement
dfornika Aug 17, 2017
8c6810f
[skip appveyor] Missing space before package name perl
dfornika Aug 17, 2017
d15efd2
[skip appveyor travis] Added arpack
dfornika Aug 17, 2017
e41adf6
[skip appveyor] [skip travis] Added curl as runtime requirement
dfornika Aug 17, 2017
a2b0fbe
[skip appveyor] Removed libssh2
dfornika Aug 17, 2017
79e1f4e
[skip appveyor] Added suitesparse
dfornika Aug 17, 2017
0a95d04
[skip appveyor] Added timeout modifier
dfornika Aug 18, 2017
6cb50af
[skip appveyor] Removed timeout modifier
dfornika Aug 18, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipes/julia/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ requirements:

test:
commands:
- julia -e 'Base.runtests("all"); Base.runtests("pkg libgit2-online")'
- julia -e 'Base.runtests("all"); Base.runtests("pkg libgit2-online")':
timeout: 1800s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's CircleCI.yml functionality. This file is for conda-build

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's CircleCI.yml functionality. This file is for conda-build

requires:
- perl

Expand Down