gnucash-on-windows master: Set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH for GnuCash build.

John Ralls jralls at code.gnucash.org
Thu Apr 25 20:20:23 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/1365ad57 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/c739d231 (commit)



commit 1365ad57688d328ff517d2192ea37141bd4b3bee
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Apr 25 17:20:05 2019 -0700

    Set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH for GnuCash build.
    
    Removing no longer needed ACLOCAL flags and increasing parallelism

diff --git a/jhbuildrc.in b/jhbuildrc.in
index 033c8cc..8bcc62c 100644
--- a/jhbuildrc.in
+++ b/jhbuildrc.in
@@ -82,9 +82,10 @@ append_autogenargs("libofx", "--with-opensp-includes=" + prefix + "/include/Open
 append_autogenargs("libdbi-drivers","--with-dbi-incdir=" + prefix + "/include --with-dbi-libdir=" + prefix + "/lib")
 module_makeargs["aqbanking"]="-j 1"
 module_cmakeargs["gnucash-git"]="-DSWIG_DIR=" + os.path.join(_mingw_base, 'share', 'swig', '3.0.12')
-module_makeargs["gnucash"]="-j 1"
-module_makeargs["gnucash-git"]="-j 1"
+module_makeargs["gnucash"]="-j 8"
+module_makeargs["gnucash-git"]="-j 8"
 
-module_extra_env["gnucash"]={'ACLOCAL_FLAGS':'-I' + os.path.join(_mingw_base, 'share', 'aclocal')}
+module_extra_env["gnucash"]={'GUILE_LOAD_PATH':'$PREFIX/share/guile/2.2' 'GUILE_LOAD_COMPILED_PATH':'$PREFIX/lib/guile/2.2/ccache'}
+module_extra_env["gnucash-git"]={'GUILE_LOAD_PATH':'$PREFIX/share/guile/2.2' 'GUILE_LOAD_COMPILED_PATH':'$PREFIX/lib/guile/2.2/ccache'}
 module_extra_env["gwenhywfar"]={'CFLAGS': _gtk_cflags, 'LDFLAGS': _gtk_ldflags}
 



Summary of changes:
 jhbuildrc.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list