Changeset 1456
- Timestamp:
- Nov 29, 2009 3:54:48 PM (11 years ago)
- Location:
- ThirdParty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/branches/BSPsplit/asl-uninstalled.pc.in
r1454 r1456 6 6 Version: @PACKAGE_VERSION@ 7 7 Libs: ${libdir}/@AMPLSOLVER_A@ @ADDLIBS@ 8 Cflags: -I@ABSBUILDDIR@ -I@abs_source_dir@ 8 Cflags: -I@ABSBUILDDIR@ -I@abs_source_dir@/solvers -
ThirdParty/All/branches/BSPsplit/configure
r1447 r1456 21022 21022 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21023 21023 21024 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21025 if test -d "$prefix"; then 21026 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21027 fi 21028 21029 21024 21030 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21025 21031 if test "${with_coin_instdir+set}" = set; then … … 21151 21157 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21152 21158 21159 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21160 if test -d "$prefix"; then 21161 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21162 fi 21163 21164 21153 21165 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21154 21166 if test "${with_coin_instdir+set}" = set; then … … 21280 21292 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21281 21293 21294 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21295 if test -d "$prefix"; then 21296 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21297 fi 21298 21299 21282 21300 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21283 21301 if test "${with_coin_instdir+set}" = set; then … … 21409 21427 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21410 21428 21429 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21430 if test -d "$prefix"; then 21431 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21432 fi 21433 21434 21411 21435 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21412 21436 if test "${with_coin_instdir+set}" = set; then … … 21538 21562 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21539 21563 21564 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21565 if test -d "$prefix"; then 21566 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21567 fi 21568 21569 21540 21570 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21541 21571 if test "${with_coin_instdir+set}" = set; then … … 21667 21697 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21668 21698 21699 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21700 if test -d "$prefix"; then 21701 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21702 fi 21703 21704 21669 21705 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21670 21706 if test "${with_coin_instdir+set}" = set; then … … 21796 21832 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21797 21833 21834 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21835 if test -d "$prefix"; then 21836 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21837 fi 21838 21839 21798 21840 # Check whether --with-coin-instdir or --without-coin-instdir was given. 21799 21841 if test "${with_coin_instdir+set}" = set; then … … 21924 21966 if test -n "$PKG_CONFIG" ; then 21925 21967 coin_save_PKG_CONFIG_PATH="$PKG_CONFIG_PATH" 21968 21969 # let's assume that when installing into $prefix, then the user may have installed some other coin projects there before, so it's worth to have a look into there 21970 if test -d "$prefix"; then 21971 PKG_CONFIG_PATH="$prefix/lib/ThirdParty/pkgconfig:$PKG_CONFIG_PATH" 21972 fi 21973 21926 21974 21927 21975 # Check whether --with-coin-instdir or --without-coin-instdir was given. -
ThirdParty/Mumps/branches/BSPsplit/Makefile.am
r1436 r1456 88 88 $(MUMPSDIR)/include/dmumps_c.h \ 89 89 $(MUMPSDIR)/include/mumps_compat.h \ 90 $(MUMPSDIR)/include/mumps_c_types.h 90 $(MUMPSDIR)/include/mumps_c_types.h \ 91 $(MUMPSDIR)/libseq/mpi.h 91 92 92 93 addlibsdir = $(prefix)/share/doc/coin/ThirdParty/Mumps -
ThirdParty/Mumps/branches/BSPsplit/Makefile.in
r1446 r1456 336 336 $(MUMPSDIR)/include/dmumps_c.h \ 337 337 $(MUMPSDIR)/include/mumps_compat.h \ 338 $(MUMPSDIR)/include/mumps_c_types.h 338 $(MUMPSDIR)/include/mumps_c_types.h \ 339 $(MUMPSDIR)/libseq/mpi.h 339 340 340 341 addlibsdir = $(prefix)/share/doc/coin/ThirdParty/Mumps … … 707 708 $(am__remove_distdir) 708 709 mkdir $(distdir) 709 $(mkdir_p) $(distdir)/$(MUMPSDIR)/include $(distdir)/ . $(distdir)/../../BuildTools710 $(mkdir_p) $(distdir)/$(MUMPSDIR)/include $(distdir)/$(MUMPSDIR)/libseq $(distdir)/. $(distdir)/../../BuildTools 710 711 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 711 712 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
Note: See TracChangeset
for help on using the changeset viewer.