# path for libraries
-lib-path-contrib-hsl = $D/contrib/hsl/lib
-
LIBPATH += $(addprefix -L,$(libdir))
vpath %.a $(libdir)
vpath %.so $(libdir)
-# if HSL sublibs are used, add them to the path
-ifeq ($(USE_CONTRIB_HSL),yes)
- LIBPATH += $(addprefix -L,$(lib-path-contrib-hsl))
- vpath %.a $(lib-path-contrib-hsl)
- vpath %.so $(lib-path-contrib-hsl)
-endif
-
-
-
lib-suffix = @lib_suffix@
lib-deal2-2d.g = $(LIBDIR)/libdeal_II_2d.g$(lib-suffix)
lib-deal2-3d.g = $(LIBDIR)/libdeal_II_3d.g$(lib-suffix)
-lib-contrib-hsl = $(lib-path-contrib-hsl)/libhsl$(lib-suffix)
+lib-contrib-hsl = $(LIBDIR)/libhsl$(lib-suffix)
# if HSL is used, always link it in conjunction with liblac
ifeq ($(USE_CONTRIB_HSL),yes)
@echo '<li><code>lib-path-base=$(lib-path-base)</code>' >> $@
@echo '<li><code>lib-path-lac=$(lib-path-lac)</code>' >> $@
@echo '<li><code>lib-path-deal2=$(lib-path-deal2)</code>' >> $@
- @echo '<li><code>lib-path-contrib-hsl=$(lib-path-contrib-hsl)</code>' >> $@
@echo '<li><code>LIBPATH=$(LIBPATH)</code>' >> $@
@echo '<li><code>LIBS=$(LIBS)</code>' >> $@
@echo '<li><code>lib-base.o=$(lib-base.o)</code>' >> $@
</dd>
- <dt> <code>lib-path-contrib-hsl</code> </dt>
- <dd> <p>
- Path to the place where the HSL subroutine functions are
- linked into a library. Note that this library is only
- available if it is installed explicitely by the user.
- (See the
- <a href="../readme.html#external-libs" target="body">ReadMe</a>
- file for more information on installation of HSL
- subroutines.)
- </p>
- </dd>
-
-
<dt> <code>LIBPATH</code> </dt>
<dd> <p>
All the library pathes prefixed by -L, i.e. the