forked from abinit/abinit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
merge
committed
Jul 2, 2016
0 parents
commit c9cb61b
Showing
6,078 changed files
with
4,312,670 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Authors of ABINIT | ||
================= | ||
|
||
See ~abinit/doc/developers/contributors.txt for details. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
There is currently no policy for this file. Please do not edit. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
Installation instructions specific to ABINIT | ||
|
||
Copyright (C) 2004-2016 ABINIT Group | ||
|
||
This file is part of ABINIT. | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; either version 2, or (at your option) | ||
any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program; see the file COPYING. If not, write to | ||
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
Boston, MA 02111-1307, USA. | ||
|
||
|
||
|
||
Please report problems or comments on the ABINIT forum : http://forum.abinit.org . | ||
|
||
=========================================================================== | ||
|
||
Quick install, starting from the tar.gz file : | ||
|
||
(1) download, gunzip and untar the file | ||
abinit-x.y.z.tar.gz | ||
where x.y.z is to be replaced by the actual numbers that characterize the version of ABINIT. | ||
(2) cd abinit-x.y.z | ||
(3) ./configure | ||
(4) ./make | ||
(5) optionally : ./make install | ||
|
||
For troubleshooting, more elaborate installation instructions are contained | ||
in the doc/install_notes directory of this package (take the *.html | ||
file that corresponds to the version that you are using), or | ||
can also be found on-line at | ||
http://www.abinit.org/installation (for the latest production version). | ||
|
||
=========================================================================== | ||
|
||
GNU AUTOTOOLS SUPPORT | ||
|
||
This version of ABINIT includes full support for the GNU Autotools. If you | ||
make changes to the source code and/or the documentation, you may need | ||
recent test versions of GNU build tools to regenerate the intermediate | ||
files (e.g. Makefile.am, Makefile.in, config.h.in). | ||
|
||
The following versions were used to generate the intermediate files in | ||
this distribution: | ||
|
||
* GNU Autoconf 2.69 <ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz> | ||
|
||
* GNU Automake 1.15 <ftp://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz> | ||
|
||
* GNU Libtool 2.2.4 <ftp://ftp.gnu.org/gnu/libtool/libtool-2.2.4.tar.gz> | ||
|
||
* GNU M4 1.4 <ftp://ftp.gnu.org/gnu/m4/m4-1.4.4.tar.gz> | ||
|
||
* DocBook-utils 0.6.13 <http://sources.redhat.com/docbook-tools/> | ||
|
||
Any question regarding the GNU Autotools support inside ABINIT should be | ||
directed to Yann Pouillon <yann.pouillon@ehu.es>. | ||
|
Oops, something went wrong.