IndependentFragmentGrids_Sole_NN_Calculation
Last change
on this file since a8961d was bf4b9f, checked in by Frederik Heber <heber@…>, 14 years ago |
Moved LinearAlgebra from folder src/ into distinct sub-package.
- src/LinearAlgebra folder is now LinearAlgebra/src/LinearAlgebra due to
include consistency.
- src/LinearAlgebra/unittests have been moved to LinearAlgebra/unittests.
- All Makefile.am's had to be changed due to changed location of library.
- renamed libMolecuilderLinearAlgebra to libLinearAlgebra.
- CONFIG_AUX_DIR is build-aux 9for molecuilder and LinearAlgebra).
- m4 is symlinked from below.
- build-aux now contains small README such that it is created automatically.
|
-
Property mode
set to
100644
|
File size:
343 bytes
|
Rev | Line | |
---|
[06aedc] | 1 | prefix=@prefix@
|
---|
| 2 | exec_prefix=@exec_prefix@
|
---|
| 3 | libdir=@libdir@
|
---|
| 4 | includedir=@includedir@
|
---|
| 5 |
|
---|
| 6 | Name: @PACKAGE_NAME@
|
---|
[bf4b9f] | 7 | Description: LinearAlgebra - A C++ package for linear Algebra, wrapping GSL, enabled debugging
|
---|
[06aedc] | 8 | Version: @PACKAGE_VERSION@
|
---|
[bf4b9f] | 9 | Requires: CodePatterns-debug >= 1.0.13
|
---|
[06aedc] | 10 | URL: @PACKAGE_URL@
|
---|
[bf4b9f] | 11 | Libs: -L${libdir} -lLinearAlgebra
|
---|
[06aedc] | 12 | Cflags: -I${includedir}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.