-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from RSE-Cambridge/fix-build-process
Fix build process: autoconf deprecated and templates provided
- Loading branch information
Showing
49 changed files
with
229 additions
and
12,833 deletions.
There are no files selected for viewing
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
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
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
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
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
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,22 @@ | ||
/* include/c_defs.h. Generated from c_defs.h.in by configure. */ | ||
/* | ||
Copyright (C) 2006 Quantum-ESPRESSO group | ||
This file is distributed under the terms of the | ||
GNU General Public License. See the file `License' | ||
in the root directory of the present distribution, | ||
or http://www.gnu.org/copyleft/gpl.txt . | ||
*/ | ||
|
||
/* File c_defs.h.in is used by configure to generate c_defs.h | ||
Variables that configure defines should be #undef-ined in | ||
include/c_defs.h.in !!! */ | ||
|
||
/* fortran-to-C naming convention, for functions with and without | ||
underscores in the name (some compilers treat them differently) */ | ||
|
||
#define F77_FUNC(name,NAME) name ## _ | ||
#define F77_FUNC_(name,NAME) name ## _ | ||
|
||
/* do we have the mallinfo structure (see clib/memstat.c) ? */ | ||
|
||
#define HAVE_MALLINFO 1 |
This file was deleted.
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,2 @@ | ||
|
||
#define C_POINTER integer*8 |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.