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

fixing missing LinearAlgebra dependency #12

Merged
merged 3 commits into from
Jun 9, 2019
Merged

Conversation

fekad
Copy link
Collaborator

@fekad fekad commented Jun 8, 2019

LinearAlgebra was missing from the dependencies which caused the following warning:

julia> using ASE
[ Info: Precompiling ASE [51974c44-a7ed-5088-b8be-3e78c8ba416c]
┌ Warning: Package ASE does not have LinearAlgebra in its dependencies:
│ - If you have ASE checked out for development and have
│   added LinearAlgebra as a dependency but haven't updated your primary
│   environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with ASE
└ Loading LinearAlgebra into ASE from project dependency, future warnings for ASE are suppressed.

@fekad
Copy link
Collaborator Author

fekad commented Jun 8, 2019

If there is a reason to use precompile(false) please reject/ignore the last commit.

This reverts commit 8feeb2a.
@fekad
Copy link
Collaborator Author

fekad commented Jun 8, 2019

I suppose it was because of the test failures

@cortner cortner merged commit 1afc867 into JuliaMolSim:master Jun 9, 2019
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.

2 participants