Index: head/math/arpack++/Makefile =================================================================== --- head/math/arpack++/Makefile (revision 561770) +++ head/math/arpack++/Makefile (revision 561771) @@ -1,82 +1,92 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= arpack++ PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= ports@FreeBSD.org COMMENT= ARPACK++ is an object-oriented version of the ARPACK package LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libarpack.so:math/arpack-ng \ libsuperlu.so:math/superlu \ libumfpack.so:math/suitesparse .if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= libatlas.so:math/atlas BLAS= -lf77blas LAPACK= -lalapack -lcblas .else LIB_DEPENDS+= liblapack.so:math/lapack LIB_DEPENDS+= libblas.so:math/blas BLAS= -lblas LAPACK= -llapack .endif USE_GITHUB= yes GH_ACCOUNT= m-reuter GH_PROJECT= arpackpp USES= fortran gmake localbase NO_BUILD= yes +NO_ARCH= yes + REINPLACE_ARGS= -i "" DOCS= README.md doc/README doc/arpackpp.pdf doc/structure.txt OPTIONS_DEFINE= DOCS EXAMPLES +PORTDOCS= * +PORTEXAMPLES= * + pre-configure: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%BLAS%%|${BLAS}|" \ -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile.inc ${FIND} ${WRKSRC}/examples -name Makefile | \ ${XARGS} ${REINPLACE_CMD} -e 's|$$(ARPACKPP_DIR)/examples|${EXAMPLESDIR}|' do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/ARPACK++ for inc in `${LS} ${WRKSRC}/include` ; do \ ${INSTALL_DATA} ${WRKSRC}/include/$$inc ${STAGEDIR}${PREFIX}/include/ARPACK++; \ done + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Makefile.inc ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .if defined(MAINTAINER_MODE) test: install for sample in `${FIND} ${WRKSRC}/examples -name Makefile` ; do \ (cd `dirname $$sample` ; \ ${ECHO_MSG} "============" ; \ ${ECHO_MSG} "*** Entering `pwd`" ; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \ || ${TRUE}) ; \ done @${ECHO_MSG} "============" @${ECHO_MSG} "Failures expected in umfpack/complex, umfpack/nonsym & umfpack/sym" @${ECHO_MSG} "(UM*2FA -> umfpack_*_numeric)." @${ECHO_MSG} .endif .include Index: head/math/arpack++/pkg-descr =================================================================== --- head/math/arpack++/pkg-descr (revision 561770) +++ head/math/arpack++/pkg-descr (revision 561771) @@ -1,6 +1,6 @@ ARPACK++ is a collection of classes that offers c++ programmers an interface to ARPACK. It preserves the full capability, performance, accuracy and low memory requirements of the FORTRAN package, but takes advantage of the C++ object-oriented programming environment. -WWW: http://www.ime.unicamp.br/~chico/arpack++/ +WWW: https://www.ime.unicamp.br/~chico/arpack++/ Index: head/math/arpack++/pkg-plist =================================================================== --- head/math/arpack++/pkg-plist (revision 561770) +++ head/math/arpack++/pkg-plist (revision 561771) @@ -1,364 +1,87 @@ include/ARPACK++/README include/ARPACK++/arbgcomp.h include/ARPACK++/arbgnsym.h include/ARPACK++/arbgsym.h include/ARPACK++/arbnsmat.h include/ARPACK++/arbnspen.h include/ARPACK++/arbscomp.h include/ARPACK++/arbsmat.h include/ARPACK++/arbsnsym.h include/ARPACK++/arbspen.h include/ARPACK++/arbssym.h include/ARPACK++/arcgsym.h include/ARPACK++/arch.h include/ARPACK++/arcomp.h include/ARPACK++/arcsmat.h include/ARPACK++/arcspen.h include/ARPACK++/arcssym.h include/ARPACK++/ardfmat.h include/ARPACK++/ardgcomp.h include/ARPACK++/ardgnsym.h include/ARPACK++/ardgsym.h include/ARPACK++/ardnsmat.h include/ARPACK++/ardnspen.h include/ARPACK++/ardscomp.h include/ARPACK++/ardsmat.h include/ARPACK++/ardsnsym.h include/ARPACK++/ardspen.h include/ARPACK++/ardssym.h include/ARPACK++/arerror.h include/ARPACK++/argcomp.h include/ARPACK++/argeig.h include/ARPACK++/argnsym.h include/ARPACK++/argsym.h include/ARPACK++/arhbmat.h include/ARPACK++/arlcomp.h include/ARPACK++/arlgcomp.h include/ARPACK++/arlgnsym.h include/ARPACK++/arlgsym.h include/ARPACK++/arlnames.h include/ARPACK++/arlnsmat.h include/ARPACK++/arlnspen.h include/ARPACK++/arlscomp.h include/ARPACK++/arlsmat.h include/ARPACK++/arlsnsym.h include/ARPACK++/arlspdef.h include/ARPACK++/arlspen.h include/ARPACK++/arlssym.h include/ARPACK++/arlsupm.h include/ARPACK++/arlutil.h include/ARPACK++/armat.h include/ARPACK++/arpackf.h include/ARPACK++/arrgcomp.h include/ARPACK++/arrgeig.h include/ARPACK++/arrgnsym.h include/ARPACK++/arrgsym.h include/ARPACK++/arrscomp.h include/ARPACK++/arrseig.h include/ARPACK++/arrsnsym.h include/ARPACK++/arrssym.h include/ARPACK++/arscomp.h include/ARPACK++/arseig.h include/ARPACK++/arsnsym.h include/ARPACK++/arssym.h include/ARPACK++/arugcomp.h include/ARPACK++/arugnsym.h include/ARPACK++/arugsym.h include/ARPACK++/arunsmat.h include/ARPACK++/arunspen.h include/ARPACK++/aruscomp.h include/ARPACK++/arusmat.h include/ARPACK++/arusnsym.h include/ARPACK++/aruspen.h include/ARPACK++/arussym.h include/ARPACK++/blas1c.h include/ARPACK++/blas1f.h include/ARPACK++/caupp.h include/ARPACK++/ceupp.h include/ARPACK++/cholmodc.h include/ARPACK++/debug.h include/ARPACK++/lapackc.h include/ARPACK++/lapackf.h include/ARPACK++/naupp.h include/ARPACK++/neupp.h include/ARPACK++/saupp.h include/ARPACK++/seupp.h include/ARPACK++/superluc.h include/ARPACK++/umfpackc.h -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/arpackpp.pdf -%%PORTDOCS%%%%DOCSDIR%%/structure.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.inc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/areig.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/complex/acompsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymgsc.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/ansymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/nonsym/simple.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgbkl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgcay.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/areig/sym/asymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/complex/bcompshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymgsc.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bnsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/nonsym/bsvd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgbkl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgcay.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/band/sym/bsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/A.mat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cholmod/sym/csymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/complex/dcompshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymgsc.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dnsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dsvd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/dsvd2.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/nonsym/matrix.dat.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgbkl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgcay.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dense/sym/dsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/hcompgen.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/hcompstd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/mhd1280a.cua.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/complex/mhd1280b.cua.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/hnsymgen.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/hnsymstd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/mhd416a.rua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/nonsym/mhd416b.rua -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/hsymgen.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/hsymstd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/lund_a.rsa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/harwell/sym/lund_b.rsa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cgenprba.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cgenprbb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixe.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/complex/cmatrixf.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/matprod.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/ngenprba.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/ngenprbb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/ngenprbc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixe.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixf.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/nonsym/nmatrixv.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/sgenprba.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/sgenprbb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matprod/sym/smatrixd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/bcmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/bcmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/bcmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/dcmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/dcmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/dcmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxe.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcmatrxf.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/complex/lcompsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxe.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/bnmatrxw.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxe.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/dnmatrxw.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxe.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxf.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxv.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnmatrxw.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lnsymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/nonsym/lsvdsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/bsmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/bsmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/bsmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/dsmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/dsmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/dsmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxa.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxb.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxc.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsmatrxd.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/matrices/sym/lsymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compgsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/complex/compsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgsci.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgscr.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymgsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/nsymvsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/nonsym/svd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/simple/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/simple/symsimp.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgbklg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgcayl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgshft.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symgsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symshft.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/product/sym/symsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompgsl.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/complex/rcompsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgsc.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymgsl.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rnsymvsl.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/nonsym/rsvd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgbkl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgcay.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymgsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reverse/sym/rsymsol.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/complex/lcompshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymgsc.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lnsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lsvd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/nonsym/lsvd2.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgbkl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgcay.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superlu/sym/lsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/complex/ucompshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymgre.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymgsc.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymgsh.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/unsymshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/nonsym/usvd.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgbkl.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgcay.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymgshf.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymreg.cc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/umfpack/sym/usymshf.cc