forked from pool/hypre
- New version 2.17.0 * Changed open source license to dual MIT/Apache-2.0 * Removed FEI_mv/ml subdirectory and several FEI header files * Various bug fixes. * Added new '--enable-mixedint' configure option. * Various GPU optimizations * Changed documentation to use Sphinx and Doxygen. - Update License field to reflect the new dual licensing. - Update source, there is a new GitHub group for hypre. - Refresh patches: * hypre_Makefile_examples.patch * hypre_CMakeLists.patch OBS-URL: https://build.opensuse.org/request/show/727697 OBS-URL: https://build.opensuse.org/package/show/science/hypre?expand=0&rev=22
12 lines
339 B
Diff
12 lines
339 B
Diff
--- src/examples/Makefile.orig
|
|
+++ src/examples/Makefile
|
|
@@ -32,7 +32,7 @@ F90FLAGS = $(FFLAGS) $(IF90FLAGS)
|
|
|
|
|
|
LINKOPTS = $(COPTS)
|
|
-LIBS = -L$(HYPRE_DIR)/lib -lHYPRE -lm
|
|
+LIBS = -L$(HYPRE_LIB) -L$(SUPERLU_LIB) -lHYPRE -lm -lblas -llapack -lsuperlu
|
|
LFLAGS = $(LINKOPTS) $(LIBS) -lstdc++
|
|
LFLAGS_B =\
|
|
-L${HYPRE_DIR}/lib\
|