|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../octave/octave.conf |
|
|
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2010 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -26,3 +26,11 @@ var_append confopt ' ' "--enable-dl"
|
|
|
|
|
export MAKE="$MAKE SED=$SED" |
|
|
|
|
|
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-L$root$( pkgprefix libdir libx11 )" |
|
|
|
|
|
|
|
|
|
# we do not have SuiteSparse packaged thus we need to disable following |
|
|
|
|
# http://www.cise.ufl.edu/research/sparse/SuiteSparse/ |
|
|
|
|
var_append extraconfopt ' ' "--without-amd" |
|
|
|
|
var_append extraconfopt ' ' "--without-ccolamd" |
|
|
|
|
var_append extraconfopt ' ' "--without-colamd" |
|
|
|
|
var_append extraconfopt ' ' "--without-cxsparse" |
|
|
|
|
var_append extraconfopt ' ' "--without-umfpack" |
|
|
|
|