SHA256
10
0
forked from pool/hypre
Files
hypre/hypre_Makefile_examples.patch
Ana Guerrero b79b7af1b8 Accepting request 727697 from home:anag:branches:science
- 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
2019-09-02 07:54:27 +00:00

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\