spielwiese
Last change
on this file since 37e66f was
37e66f,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Better approach to configuring multiple packages: omalloc/resources/factory
add: precious configure variables {OMALLOC/RESOURCES/FACTORY}_{LIBS/INCLUDES}
fix: also related minor fixes
NOTE: main changes are in m4/options.m4 and factory/configure.ac (which was the motivator for the whole thing)
NOTE2: the cleanup of "-I${top_srcdir}/.." and "-I${top_srcdir}/../factory/include" (and similar for builddir) in favor of {OMALLOC/RESOURCES/FACTORY}_INCLUDES
|
-
Property mode set to
100644
|
File size:
401 bytes
|
Rev | Line | |
---|
[997a5b2] | 1 | prefix=@prefix@ |
---|
| 2 | exec_prefix=@exec_prefix@ |
---|
| 3 | libdir=@libdir@ |
---|
| 4 | includedir=@includedir@ |
---|
| 5 | |
---|
| 6 | Name: libSingular |
---|
| 7 | Description: The Singular high level functionality |
---|
| 8 | Version: @PACKAGE_VERSION@ |
---|
| 9 | URL: https://github.com/Singular/Sources/ |
---|
| 10 | |
---|
[37e66f] | 11 | Requires: @PKG_REQUIRE@ libpolys |
---|
| 12 | Conflicts: |
---|
[997a5b2] | 13 | |
---|
[37e66f] | 14 | Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ |
---|
| 15 | Libs: -L${libdir} -lSingular @USEPPROCSDYNAMICLD@ |
---|
| 16 | Libs.private: |
---|
[997a5b2] | 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.