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

Use native CUTEst and gcc if installed #58

Closed
abelsiqueira opened this issue Jun 28, 2016 · 2 comments
Closed

Use native CUTEst and gcc if installed #58

abelsiqueira opened this issue Jun 28, 2016 · 2 comments

Comments

@abelsiqueira
Copy link
Member

Improve deps/build.jl to reuse CUTEst and gcc if they are already installed.
See MUMPS.jl for example.

@dpo
Copy link
Member

dpo commented Jul 5, 2016

I wonder why this simple build script

using BinDeps
@BinDeps.setup
libcutest = library_dependency("libcutest", aliases=["libcutest_double"])
@BinDeps.install Dict(:libcutest => :libcutest)

fails to detect libcutest, which is in /usr/local/lib when installed with Homebrew... Would you mind trying it at your end? You can test with

julia> using BinDeps
julia> BinDeps.debug("CUTEst")

dpo added a commit that referenced this issue Oct 6, 2016
dpo added a commit that referenced this issue Oct 6, 2016
dpo added a commit that referenced this issue Oct 6, 2016
dpo added a commit that referenced this issue Oct 6, 2016
abelsiqueira pushed a commit that referenced this issue Oct 8, 2016
@dpo
Copy link
Member

dpo commented Oct 8, 2016

Closed by #85.

@dpo dpo closed this as completed Oct 8, 2016
dpo added a commit that referenced this issue Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants