CombiningParticlePotentialParsing
Last change
on this file since ff4fff9 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:
330 bytes
|
Line | |
---|
1 | prefix=@prefix@
|
---|
2 | exec_prefix=@exec_prefix@
|
---|
3 | libdir=@libdir@
|
---|
4 | includedir=@includedir@
|
---|
5 |
|
---|
6 | Name: @PACKAGE_NAME@
|
---|
7 | Description: MoleCuilder/LinearAlgebra - A C++ package for linear Algebra, wrapping GSL
|
---|
8 | Version: @PACKAGE_VERSION@
|
---|
9 | Requires: CodePatterns >= 1.0.13
|
---|
10 | URL: @PACKAGE_URL@
|
---|
11 | Libs: -L${libdir} -lLinearAlgebra
|
---|
12 | Cflags: -I${includedir}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.