Skip to content

Commit

Permalink
Merge pull request #35 from manassharma07/publicGithubDevelop
Browse files Browse the repository at this point in the history
FIX broken links to libxc and spglib in installation.tex
  • Loading branch information
dsambit committed Jun 2, 2024
2 parents caff685 + 625f461 commit 2f2bdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/manual/installation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ \subsubsection{Instructions for dependencies: ALGLIB, Libxc, spglib, Libxml2, Sc
$ g++ -c -fPIC -O2 *.cpp
$ g++ *.o -shared -o libAlglib.so
\end{verbatim}
\item {\bf Libxc}: Used by \dftfe{} for exchange-correlation functionals. Download the current release from \url{http://www.tddft.org/programs/libxc/download/}, and do
\item {\bf Libxc}: Used by \dftfe{} for exchange-correlation functionals. Download the current release from \url{https://libxc.gitlab.io/download/}, and do
\begin{verbatim}
$ ./configure --prefix=libxc_install_dir_path
CC=c_compiler CXX=c++_compiler FC=fortran_compiler
Expand All @@ -40,9 +40,9 @@ \subsubsection{Instructions for dependencies: ALGLIB, Libxc, spglib, Libxml2, Sc

\item {\bf spglib}: Used by \dftfe{} to find crystal symmetries. To install spglib, first obtain the development version of spglib from their github repository by
\begin{verbatim}
$ git clone https://github.com/atztogo/spglib.git
$ git clone https://github.com/spglib/spglib.git
\end{verbatim}
and next follow the ``Compiling using cmake'' installation procedure described in \url{https://atztogo.github.io/spglib/install.html}.
and next follow the ``Compiling using cmake'' installation procedure described in \url{https://spglib.readthedocs.io/en/stable/install.html}.
We recommend using the ccmake gui interface for the installation and also use appropriate compiler for \verb|CMAKE_C_COMPILER|.

\item {\bf Libxml2}: Libxml2 is used by \dftfe{} to read \verb|.xml| files. Most likely, Libxml2 might be already installed in the high-performance computer you are working with. It is usually installed in the default locations like \verb|/usr/lib64| (library path which contains \verb|.so| file for Libxml2, something like \verb|libxml2.so.2|) and \verb|/usr/include/libxml2| (include path).
Expand Down

0 comments on commit 2f2bdce

Please sign in to comment.