getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: preparing for 5


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: preparing for 5.4 release, minor change
Date: Mon, 20 Apr 2020 10:37:02 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 2513269  preparing for 5.4 release, minor change
2513269 is described below

commit 2513269095a846c5f6e78a6ccac7c73361e683e9
Author: Yves Renard <address@hidden>
AuthorDate: Mon Apr 20 16:36:53 2020 +0200

    preparing for 5.4 release, minor change
---
 interface/src/octave/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/src/octave/Makefile.am b/interface/src/octave/Makefile.am
index 9e40449..9336868 100644
--- a/interface/src/octave/Makefile.am
+++ b/interface/src/octave/Makefile.am
@@ -63,7 +63,7 @@ else !USE_MINGW_OCTAVE
 # compiled with ifc (i.e. mumps)) of the command line, as it 
 # break the linking with g++-3.3 and matlab R14/R13 on debian (at least) ..
 gf_octave@OCTAVE_COM_EXT@: gfm_mex.c gfm_common.c ../libgetfemint.la 
../gfi_array.c $(GETFEM_LIB_LA)
-       mkoctfile --mex -output gf_octave -g \
+       DL_LD=$(CXX) mkoctfile -v --mex -output gf_octave -g \
        -I@srcdir@ -I@srcdir@/.. -DOCTAVE_RELEASE=@OCTAVE_RELEASE@ \
        @srcdir@/gfm_mex.c @srcdir@/gfm_common.c @srcdir@/../gfi_array.c \
        ../.libs/libgetfemint.a $(GETFEM_STATIC_LIB) @STDCPP_STATICLIBS@ || (rm 
$@; false)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]