Skip to content

Commit

Permalink
Modified libxc to be compiled from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kraus committed Dec 5, 2017
1 parent 5db7685 commit 90f81b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/upstream/libxc/CMakeLists.txt
Expand Up @@ -12,7 +12,8 @@ else()
include(ExternalProject)
message(STATUS "Suitable Libxc could not be located, ${Magenta}Building Libxc${ColourReset} instead.")
ExternalProject_Add(libxc_external
GIT_REPOSITORY https://github.com/loriab/libxc
#GIT_REPOSITORY https://github.com/loriab/libxc
GIT_REPOSITORY https://gitlab.com/libxc/libxc.git
GIT_TAG master
#GIT_TAG v3.0.0 # TODO tag when stable
UPDATE_COMMAND ""
Expand Down

0 comments on commit 90f81b7

Please sign in to comment.