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 SuiteSparse and Arpack packages #78

Merged
merged 2 commits into from Jun 25, 2018
Merged

Use SuiteSparse and Arpack packages #78

merged 2 commits into from Jun 25, 2018

Conversation

dmbates
Copy link
Contributor

@dmbates dmbates commented Jun 25, 2018

No description provided.

REQUIRE Outdated
@@ -1,2 +1,4 @@
julia 0.7.0-DEV.5190 # for cholesky function
Compat 0.61.0
SuiteSparse
Copy link
Member

Choose a reason for hiding this comment

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

So currently we're in a funny situation where SuiteSparse is a registered package, yet we don't want to use that, we want to use SuiteSparse from the stdlib. So using SuiteSparse is good, but it should be removed from REQUIRE.

@JLTastet
Copy link

You beat me! I was in the process of filing an issue about IterativeEigensolvers breaking precompilation on 0.7 beta, when I hit F5 and saw your pull request. Great job guys 👍

@ararslan ararslan merged commit 9fe6b3c into master Jun 25, 2018
@ararslan ararslan deleted the db/newpackages branch June 25, 2018 22:32
@ararslan
Copy link
Member

Thanks Doug!

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.

None yet

3 participants