git: 32dcf3034724 - 2021Q3 - math/lapack: fix "argument list too long"

Thierry Thomas thierry at FreeBSD.org
Sun Jul 18 10:33:35 UTC 2021


The branch 2021Q3 has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32dcf30347242e2efa7337bba01044e2c691d0d3

commit 32dcf30347242e2efa7337bba01044e2c691d0d3
Author:     John Hein <jcfyecrayz at liamekaens.com>
AuthorDate: 2021-07-17 15:09:08 +0000
Commit:     Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-07-18 10:32:35 +0000

    math/lapack: fix "argument list too long"
    
    Older FreeBSD versions have a too small ARG_MAX, and making the plist
    failed with the "argument list too long" error.
    
    This patch sticks to using files and pipelines rather than long command
    line argument lists, authored by John Hein <jcfyecrayz at liamekaens.com>.
    
    PR:             257004
    Reported by:    russo (at) bogodyn.org
    
    (cherry picked from commit 37e3e66b0de6644dabe631c8a68d58c7cca14f32)
---
 math/lapack/Makefile       |    13 +-
 math/lapack/files/manpages | 12178 -------------------------------------------
 2 files changed, 7 insertions(+), 12184 deletions(-)

diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 6c35bdc90a8b..a31c73eb8fa1 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -71,7 +71,6 @@ USES+=			python:3.6+,build,test
 CMAKE_ON+=		USE_OPTIMIZED_BLAS BUILD_TESTING
 CMAKE_ARGS+=		-DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so"
 LIBS=			lapack
-PLIST_FILES+=		${MAN3L:S|^|man/man3/|:S|$|.gz|}
 PLIST_SUB+=		BLAS="@comment " CBLAS="@comment " LAPACK="" XLAPACK="@comment " LAPACKE="@comment "
 .endif
 
@@ -121,7 +120,13 @@ post-build:
 	(cd ${BUILD_WRKSRC} && ${MAKE} -f TESTING/MATGEN/CMakeFiles/tmglib.dir/build.make build-static)
 .endif
 
-.include "${FILESDIR}/manpages"
+pre-su-install:
+.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
+	cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v Users_julie | \
+	tee ${WRKDIR}/manpages | ${SED} 's|$$|.gz|' >> ${TMPPLIST}
+	cd ${WRKDIR} && \
+	${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${MAN3PREFIX}/man/man3 < ${WRKDIR}/manpages
+.endif
 
 post-install:
 .if defined(BLAS_SLAVEPORT)
@@ -163,9 +168,5 @@ post-install:
 	${LN} -sf libtmglib.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtmglib.so
 	${LN} -sf libtmglib.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtmglib.so.${SVERSION}
 .endif
-.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
-	cd ${WRKDIR}/man ; ${ECHO_CMD} ${MAN3L:S|^|man3/|} \
-	| ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${MAN3PREFIX}/man/man3
-.endif
 
 .include <bsd.port.post.mk>
diff --git a/math/lapack/files/manpages b/math/lapack/files/manpages
deleted file mode 100644
index d0a112621aee..000000000000
--- a/math/lapack/files/manpages
+++ /dev/null
@@ -1,12178 +0,0 @@
-MAN3L= \
-ABS.3 \
-aux_blas.3 \
-aux_eig.3 \
-aux_lin.3 \
-aux_matgen.3 \
-auxiliaryGB.3 \
-auxiliaryGE.3 \
-auxiliaryGT.3 \
-auxiliaryHE.3 \
-auxiliaryPO.3 \
-auxiliaryPT.3 \
-auxiliarySY.3 \
-auxOTHERcomputational.3 \
-BLAS_SRC_xerbla_array.f.3 \
-BLAS_SRC_xerbla.f.3 \
-blas.3 \
-blastesting.3 \
-caxpy.3 \
-caxpy.f.3 \
-cbbcsd.3 \
-cbbcsd.f.3 \
-cbdsqr.3 \
-cbdsqr.f.3 \
-ccopy.3 \
-ccopy.f.3 \
-cdotc.3 \
-cdotc.f.3 \
-cdotu.3 \
-cdotu.f.3 \
-cgbbrd.3 \
-cgbbrd.f.3 \
-cgbcon.3 \
-cgbcon.f.3 \
-cgbequ.3 \
-cgbequ.f.3 \
-cgbequb.3 \
-cgbequb.f.3 \
-cgbmv.3 \
-cgbmv.f.3 \
-cgbrfs.3 \
-cgbrfs.f.3 \
-cgbrfsx.3 \
-cgbrfsx.f.3 \
-cgbsv.3 \
-cgbsv.f.3 \
-cgbsvx.3 \
-cgbsvx.f.3 \
-cgbsvxx.3 \
-cgbsvxx.f.3 \
-cgbtf2.3 \
-cgbtf2.f.3 \
-cgbtrf.3 \
-cgbtrf.f.3 \
-cgbtrs.3 \
-cgbtrs.f.3 \
-cgebak.3 \
-cgebak.f.3 \
-cgebal.3 \
-cgebal.f.3 \
-cgebd2.3 \
-cgebd2.f.3 \
-cgebrd.3 \
-cgebrd.f.3 \
-cgecon.3 \
-cgecon.f.3 \
-cgeequ.3 \
-cgeequ.f.3 \
-cgeequb.3 \
-cgeequb.f.3 \
-cgees.3 \
-cgees.f.3 \
-cgeesx.3 \
-cgeesx.f.3 \
-cgeev.3 \
-cgeev.f.3 \
-cgeevx.3 \
-cgeevx.f.3 \
-cgehd2.3 \
-cgehd2.f.3 \
-cgehrd.3 \
-cgehrd.f.3 \
-cgejsv.3 \
-cgejsv.f.3 \
-cgelq.3 \
-cgelq.f.3 \
-cgelq2.3 \
-cgelq2.f.3 \
-cgelqf.3 \
-cgelqf.f.3 \
-cgelqt.3 \
-cgelqt.f.3 \
-cgelqt3.3 \
-cgelqt3.f.3 \
-cgels.3 \
-cgels.f.3 \
-cgelsd.3 \
-cgelsd.f.3 \
-cgelss.3 \
-cgelss.f.3 \
-cgelsy.3 \
-cgelsy.f.3 \
-cgemlq.3 \
-cgemlq.f.3 \
-cgemlqt.3 \
-cgemlqt.f.3 \
-cgemm.3 \
-cgemm.f.3 \
-cgemqr.3 \
-cgemqr.f.3 \
-cgemqrt.3 \
-cgemqrt.f.3 \
-cgemv.3 \
-cgemv.f.3 \
-cgeql2.3 \
-cgeql2.f.3 \
-cgeqlf.3 \
-cgeqlf.f.3 \
-cgeqp3.3 \
-cgeqp3.f.3 \
-cgeqr.3 \
-cgeqr.f.3 \
-cgeqr2.3 \
-cgeqr2.f.3 \
-cgeqr2p.3 \
-cgeqr2p.f.3 \
-cgeqrf.3 \
-cgeqrf.f.3 \
-cgeqrfp.3 \
-cgeqrfp.f.3 \
-cgeqrt.3 \
-cgeqrt.f.3 \
-cgeqrt2.3 \
-cgeqrt2.f.3 \
-cgeqrt3.3 \
-cgeqrt3.f.3 \
-cgerc.3 \
-cgerc.f.3 \
-cgerfs.3 \
-cgerfs.f.3 \
-cgerfsx.3 \
-cgerfsx.f.3 \
-cgerq2.3 \
-cgerq2.f.3 \
-cgerqf.3 \
-cgerqf.f.3 \
-cgeru.3 \
-cgeru.f.3 \
-cgesc2.3 \
-cgesc2.f.3 \
-cgesdd.3 \
-cgesdd.f.3 \
-cgesv.3 \
-cgesv.f.3 \
-cgesvd.3 \
-cgesvd.f.3 \
-cgesvdq.3 \
-cgesvdq.f.3 \
-cgesvdx.3 \
-cgesvdx.f.3 \
-cgesvj.3 \
-cgesvj.f.3 \
-cgesvx.3 \
-cgesvx.f.3 \
-cgesvxx.3 \
-cgesvxx.f.3 \
-cgetc2.3 \
-cgetc2.f.3 \
-cgetf2.3 \
-cgetf2.f.3 \
-cgetrf.3 \
-cgetrf.f.3 \
-cgetrf2.3 \
-cgetrf2.f.3 \
-cgetri.3 \
-cgetri.f.3 \
-cgetrs.3 \
-cgetrs.f.3 \
-cgetsls.3 \
-cgetsls.f.3 \
-cgetsqrhrt.3 \
-cgetsqrhrt.f.3 \
-cggbak.3 \
-cggbak.f.3 \
-cggbal.3 \
-cggbal.f.3 \
-cgges.3 \
-cgges.f.3 \
-cgges3.3 \
-cgges3.f.3 \
-cggesx.3 \
-cggesx.f.3 \
-cggev.3 \
-cggev.f.3 \
-cggev3.3 \
-cggev3.f.3 \
-cggevx.3 \
-cggevx.f.3 \
-cggglm.3 \
-cggglm.f.3 \
-cgghd3.3 \
-cgghd3.f.3 \
-cgghrd.3 \
-cgghrd.f.3 \
-cgglse.3 \
-cgglse.f.3 \
-cggqrf.3 \
-cggqrf.f.3 \
-cggrqf.3 \
-cggrqf.f.3 \
-cggsvd3.3 \
-cggsvd3.f.3 \
-cggsvp3.3 \
-cggsvp3.f.3 \
-cgsvj0.3 \
-cgsvj0.f.3 \
-cgsvj1.3 \
-cgsvj1.f.3 \
-cgtcon.3 \
-cgtcon.f.3 \
-cgtrfs.3 \
-cgtrfs.f.3 \
-cgtsv.3 \
-cgtsv.f.3 \
-cgtsvx.3 \
-cgtsvx.f.3 \
-cgttrf.3 \
-cgttrf.f.3 \
-cgttrs.3 \
-cgttrs.f.3 \
-cgtts2.3 \
-cgtts2.f.3 \
-chb2st_kernels.3 \
-chb2st_kernels.f.3 \
-chbev_2stage.3 \
-chbev_2stage.f.3 \
-chbev.3 \
-chbev.f.3 \
-chbevd_2stage.3 \
-chbevd_2stage.f.3 \
-chbevd.3 \
-chbevd.f.3 \
-chbevx_2stage.3 \
-chbevx_2stage.f.3 \
-chbevx.3 \
-chbevx.f.3 \
-chbgst.3 \
-chbgst.f.3 \
-chbgv.3 \
-chbgv.f.3 \
-chbgvd.3 \
-chbgvd.f.3 \
-chbgvx.3 \
-chbgvx.f.3 \
-chbmv.3 \
-chbmv.f.3 \
-chbtrd.3 \
-chbtrd.f.3 \
-checon_3.3 \
-checon_3.f.3 \
-checon_rook.3 \
-checon_rook.f.3 \
-checon.3 \
-checon.f.3 \
-cheequb.3 \
-cheequb.f.3 \
-cheev_2stage.3 \
-cheev_2stage.f.3 \
-cheev.3 \
-cheev.f.3 \
-cheevd_2stage.3 \
-cheevd_2stage.f.3 \
-cheevd.3 \
-cheevd.f.3 \
-cheevr_2stage.3 \
-cheevr_2stage.f.3 \
-cheevr.3 \
-cheevr.f.3 \
-cheevx_2stage.3 \
-cheevx_2stage.f.3 \
-cheevx.3 \
-cheevx.f.3 \
-chegs2.3 \
-chegs2.f.3 \
-chegst.3 \
-chegst.f.3 \
-chegv_2stage.3 \
-chegv_2stage.f.3 \
-chegv.3 \
-chegv.f.3 \
-chegvd.3 \
-chegvd.f.3 \
-chegvx.3 \
-chegvx.f.3 \
-chemm.3 \
-chemm.f.3 \
-chemv.3 \
-chemv.f.3 \
-cher.3 \
-cher.f.3 \
-cher2.3 \
-cher2.f.3 \
-cher2k.3 \
-cher2k.f.3 \
-cherfs.3 \
-cherfs.f.3 \
-cherfsx.3 \
-cherfsx.f.3 \
-cherk.3 \
-cherk.f.3 \
-chesv_aa_2stage.3 \
-chesv_aa_2stage.f.3 \
-chesv_aa.3 \
-chesv_aa.f.3 \
-chesv_rk.3 \
-chesv_rk.f.3 \
-chesv_rook.3 \
-chesv_rook.f.3 \
-chesv.3 \
-chesv.f.3 \
-chesvx.3 \
-chesvx.f.3 \
-chesvxx.3 \
-chesvxx.f.3 \
-cheswapr.3 \
-cheswapr.f.3 \
-chetd2.3 \
-chetd2.f.3 \
-chetf2_rk.3 \
-chetf2_rk.f.3 \
-chetf2_rook.3 \
-chetf2_rook.f.3 \
-chetf2.3 \
-chetf2.f.3 \
-chetrd_2stage.3 \
-chetrd_2stage.f.3 \
-chetrd_hb2st.3 \
-chetrd_hb2st.F.3 \
-chetrd_he2hb.3 \
-chetrd_he2hb.f.3 \
-chetrd.3 \
-chetrd.f.3 \
-chetrf_aa_2stage.3 \
-chetrf_aa_2stage.f.3 \
-chetrf_aa.3 \
-chetrf_aa.f.3 \
-chetrf_rk.3 \
-chetrf_rk.f.3 \
-chetrf_rook.3 \
-chetrf_rook.f.3 \
-chetrf.3 \
-chetrf.f.3 \
-chetri_3.3 \
-chetri_3.f.3 \
-chetri_3x.3 \
-chetri_3x.f.3 \
-chetri_rook.3 \
-chetri_rook.f.3 \
-chetri.3 \
-chetri.f.3 \
-chetri2.3 \
-chetri2.f.3 \
-chetri2x.3 \
-chetri2x.f.3 \
-chetrs_3.3 \
-chetrs_3.f.3 \
-chetrs_aa_2stage.3 \
-chetrs_aa_2stage.f.3 \
-chetrs_aa.3 \
-chetrs_aa.f.3 \
-chetrs_rook.3 \
-chetrs_rook.f.3 \
-chetrs.3 \
-chetrs.f.3 \
-chetrs2.3 \
-chetrs2.f.3 \
-chfrk.3 \
-chfrk.f.3 \
-chgeqz.3 \
-chgeqz.f.3 \
-chla_transtype.3 \
-chla_transtype.f.3 \
-chpcon.3 \
-chpcon.f.3 \
-chpev.3 \
-chpev.f.3 \
-chpevd.3 \
-chpevd.f.3 \
-chpevx.3 \
-chpevx.f.3 \
-chpgst.3 \
-chpgst.f.3 \
-chpgv.3 \
-chpgv.f.3 \
-chpgvd.3 \
-chpgvd.f.3 \
-chpgvx.3 \
-chpgvx.f.3 \
-chpmv.3 \
-chpmv.f.3 \
-chpr.3 \
-chpr.f.3 \
-chpr2.3 \
-chpr2.f.3 \
-chprfs.3 \
-chprfs.f.3 \
-chpsv.3 \
-chpsv.f.3 \
-chpsvx.3 \
-chpsvx.f.3 \
-chptrd.3 \
-chptrd.f.3 \
-chptrf.3 \
-chptrf.f.3 \
-chptri.3 \
-chptri.f.3 \
-chptrs.3 \
-chptrs.f.3 \
-chsein.3 \
-chsein.f.3 \
-chseqr.3 \
-chseqr.f.3 \
-cla_gbamv.3 \
-cla_gbamv.f.3 \
-cla_gbrcond_c.3 \
-cla_gbrcond_c.f.3 \
-cla_gbrcond_x.3 \
-cla_gbrcond_x.f.3 \
-cla_gbrfsx_extended.3 \
-cla_gbrfsx_extended.f.3 \
-cla_gbrpvgrw.3 \
-cla_gbrpvgrw.f.3 \
-cla_geamv.3 \
-cla_geamv.f.3 \
-cla_gercond_c.3 \
-cla_gercond_c.f.3 \
-cla_gercond_x.3 \
-cla_gercond_x.f.3 \
-cla_gerfsx_extended.3 \
-cla_gerfsx_extended.f.3 \
-cla_gerpvgrw.3 \
-cla_gerpvgrw.f.3 \
-cla_heamv.3 \
-cla_heamv.f.3 \
-cla_hercond_c.3 \
-cla_hercond_c.f.3 \
-cla_hercond_x.3 \
-cla_hercond_x.f.3 \
-cla_herfsx_extended.3 \
-cla_herfsx_extended.f.3 \
-cla_herpvgrw.3 \
-cla_herpvgrw.f.3 \
-cla_lin_berr.3 \
-cla_lin_berr.f.3 \
-cla_porcond_c.3 \
-cla_porcond_c.f.3 \
-cla_porcond_x.3 \
-cla_porcond_x.f.3 \
-cla_porfsx_extended.3 \
-cla_porfsx_extended.f.3 \
-cla_porpvgrw.3 \
-cla_porpvgrw.f.3 \
-cla_syamv.3 \
-cla_syamv.f.3 \
-cla_syrcond_c.3 \
-cla_syrcond_c.f.3 \
-cla_syrcond_x.3 \
-cla_syrcond_x.f.3 \
-cla_syrfsx_extended.3 \
-cla_syrfsx_extended.f.3 \
-cla_syrpvgrw.3 \
-cla_syrpvgrw.f.3 \
-cla_wwaddw.3 \
-cla_wwaddw.f.3 \
-clabrd.3 \
-clabrd.f.3 \
-clacgv.3 \
-clacgv.f.3 \
-clacn2.3 \
-clacn2.f.3 \
-clacon.3 \
-clacon.f.3 \
-clacp2.3 \
-clacp2.f.3 \
-clacpy.3 \
-clacpy.f.3 \
-clacrm.3 \
-clacrm.f.3 \
-clacrt.3 \
-clacrt.f.3 \
-cladiv.3 \
-cladiv.f.3 \
-claed0.3 \
-claed0.f.3 \
-claed7.3 \
-claed7.f.3 \
-claed8.3 \
-claed8.f.3 \
-claein.3 \
-claein.f.3 \
-claesy.3 \
-claesy.f.3 \
-claev2.3 \
-claev2.f.3 \
-clag2z.3 \
-clag2z.f.3 \
-clags2.3 \
-clags2.f.3 \
-clagtm.3 \
-clagtm.f.3 \
-clahef_aa.3 \
-clahef_aa.f.3 \
-clahef_rk.3 \
-clahef_rk.f.3 \
-clahef_rook.3 \
-clahef_rook.f.3 \
-clahef.3 \
-clahef.f.3 \
-clahqr.3 \
-clahqr.f.3 \
-clahr2.3 \
-clahr2.f.3 \
-claic1.3 \
-claic1.f.3 \
-clals0.3 \
-clals0.f.3 \
-clalsa.3 \
-clalsa.f.3 \
-clalsd.3 \
-clalsd.f.3 \
-clamswlq.3 \
-clamswlq.f.3 \
-clamtsqr.3 \
-clamtsqr.f.3 \
-clangb.3 \
-clangb.f.3 \
-clange.3 \
-clange.f.3 \
-clangt.3 \
-clangt.f.3 \
-clanhb.3 \
-clanhb.f.3 \
-clanhe.3 \
-clanhe.f.3 \
-clanhf.3 \
-clanhf.f.3 \
-clanhp.3 \
-clanhp.f.3 \
-clanhs.3 \
-clanhs.f.3 \
-clanht.3 \
-clanht.f.3 \
-clansb.3 \
-clansb.f.3 \
-clansp.3 \
-clansp.f.3 \
-clansy.3 \
-clansy.f.3 \
-clantb.3 \
-clantb.f.3 \
-clantp.3 \
-clantp.f.3 \
-clantr.3 \
-clantr.f.3 \
-clapll.3 \
-clapll.f.3 \
-clapmr.3 \
-clapmr.f.3 \
-clapmt.3 \
-clapmt.f.3 \
-claqgb.3 \
-claqgb.f.3 \
-claqge.3 \
-claqge.f.3 \
-claqhb.3 \
-claqhb.f.3 \
-claqhe.3 \
-claqhe.f.3 \
-claqhp.3 \
-claqhp.f.3 \
-claqp2.3 \
-claqp2.f.3 \
-claqps.3 \
-claqps.f.3 \
-claqr0.3 \
-claqr0.f.3 \
-claqr1.3 \
-claqr1.f.3 \
-claqr2.3 \
-claqr2.f.3 \
-claqr3.3 \
-claqr3.f.3 \
-claqr4.3 \
-claqr4.f.3 \
-claqr5.3 \
-claqr5.f.3 \
-claqsb.3 \
-claqsb.f.3 \
-claqsp.3 \
-claqsp.f.3 \
-claqsy.3 \
-claqsy.f.3 \
-claqz0.3 \
-claqz0.f.3 \
-claqz1.3 \
-claqz1.f.3 \
-claqz2.3 \
-claqz2.f.3 \
-claqz3.3 \
-claqz3.f.3 \
-clar1v.3 \
-clar1v.f.3 \
-clar2v.3 \
-clar2v.f.3 \
-clarcm.3 \
-clarcm.f.3 \
-clarf.3 \
-clarf.f.3 \
-clarfb_gett.3 \
-clarfb_gett.f.3 \
-clarfb.3 \
-clarfb.f.3 \
-clarfg.3 \
-clarfg.f.3 \
-clarfgp.3 \
-clarfgp.f.3 \
-clarft.3 \
-clarft.f.3 \
-clarfx.3 \
-clarfx.f.3 \
-clarfy.3 \
-clarfy.f.3 \
-clargv.3 \
-clargv.f.3 \
-clarnv.3 \
-clarnv.f.3 \
-clarrv.3 \
-clarrv.f.3 \
-clarscl2.3 \
-clarscl2.f.3 \
-clartv.3 \
-clartv.f.3 \
-clarz.3 \
-clarz.f.3 \
-clarzb.3 \
-clarzb.f.3 \
-clarzt.3 \
-clarzt.f.3 \
-clascl.3 \
-clascl.f.3 \
-clascl2.3 \
-clascl2.f.3 \
-claset.3 \
-claset.f.3 \
-clasr.3 \
-clasr.f.3 \
-claswlq.3 \
-claswlq.f.3 \
-claswp.3 \
-claswp.f.3 \
-clasyf_aa.3 \
-clasyf_aa.f.3 \
-clasyf_rk.3 \
-clasyf_rk.f.3 \
-clasyf_rook.3 \
-clasyf_rook.f.3 \
-clasyf.3 \
-clasyf.f.3 \
-clatbs.3 \
-clatbs.f.3 \
-clatdf.3 \
-clatdf.f.3 \
-clatps.3 \
-clatps.f.3 \
-clatrd.3 \
-clatrd.f.3 \
-clatrs.3 \
-clatrs.f.3 \
-clatrz.3 \
-clatrz.f.3 \
-clatsqr.3 \
-clatsqr.f.3 \
-claunhr_col_getrfnp.3 \
-claunhr_col_getrfnp.f.3 \
-claunhr_col_getrfnp2.3 \
-claunhr_col_getrfnp2.f.3 \
-clauu2.3 \
-clauu2.f.3 \
-clauum.3 \
-clauum.f.3 \
-complex_blas_level1.3 \
-complex_blas_level2.3 \
-complex_blas_level3.3 \
-complex_blas_testing.3 \
-complex_eig.3 \
-complex_lin.3 \
-complex_matgen.3 \
-complex16_blas_level1.3 \
-complex16_blas_level2.3 \
-complex16_blas_level3.3 \
-complex16_blas_testing.3 \
-complex16_eig.3 \
-complex16_lin.3 \
-complex16_matgen.3 \
-complex16GBauxiliary.3 \
-complex16GBcomputational.3 \
-complex16GBsolve.3 \
-complex16GEauxiliary.3 \
-complex16GEcomputational.3 \
-complex16GEeigen.3 \
-complex16GEsing.3 \
-complex16GEsolve.3 \
-complex16GTcomputational.3 \
-complex16GTsolve.3 \
-complex16HEauxiliary.3 \
-complex16HEcomputational.3 \
-complex16HEeigen.3 \
-complex16HEsolve.3 \
-complex16OTHERauxiliary.3 \
-complex16OTHERcomputational.3 \
-complex16OTHEReigen.3 \
-complex16OTHERsolve.3 \
-complex16POauxiliary.3 \
-complex16POcomputational.3 \
-complex16POsolve.3 \
-complex16PTcomputational.3 \
-complex16PTsolve.3 \
-complex16SYauxiliary.3 \
-complex16SYcomputational.3 \
-complex16SYeigen.3 \
-complex16SYsolve.3 \
-complexGBauxiliary.3 \
-complexGBcomputational.3 \
-complexGBsolve.3 \
-complexGEauxiliary.3 \
-complexGEcomputational.3 \
-complexGEeigen.3 \
-complexGEsing.3 \
-complexGEsolve.3 \
-complexGTcomputational.3 \
-complexGTsolve.3 \
-complexHEauxiliary.3 \
-complexHEcomputational.3 \
-complexHEeigen.3 \
-complexHEsolve.3 \
-complexOTHERauxiliary.3 \
-complexOTHERcomputational.3 \
-complexOTHEReigen.3 \
-complexOTHERsolve.3 \
-complexPOauxiliary.3 \
-complexPOcomputational.3 \
-complexPOsolve.3 \
-complexPTcomputational.3 \
-complexPTsolve.3 \
-complexSYauxiliary.3 \
-complexSYcomputational.3 \
-complexSYeigen.3 \
-complexSYsolve.3 \
-computationalGB.3 \
-computationalGE.3 \
-computationalGT.3 \
-computationalHE.3 \
-computationalPO.3 \
-computationalPT.3 \
-computationalSY.3 \
-cpbcon.3 \
-cpbcon.f.3 \
-cpbequ.3 \
-cpbequ.f.3 \
-cpbrfs.3 \
-cpbrfs.f.3 \
-cpbstf.3 \
-cpbstf.f.3 \
-cpbsv.3 \
-cpbsv.f.3 \
-cpbsvx.3 \
-cpbsvx.f.3 \
-cpbtf2.3 \
-cpbtf2.f.3 \
-cpbtrf.3 \
-cpbtrf.f.3 \
-cpbtrs.3 \
-cpbtrs.f.3 \
-cpftrf.3 \
-cpftrf.f.3 \
-cpftri.3 \
-cpftri.f.3 \
-cpftrs.3 \
-cpftrs.f.3 \
-cpocon.3 \
-cpocon.f.3 \
-cpoequ.3 \
-cpoequ.f.3 \
-cpoequb.3 \
-cpoequb.f.3 \
-cporfs.3 \
-cporfs.f.3 \
-cporfsx.3 \
-cporfsx.f.3 \
-cposv.3 \
-cposv.f.3 \
-cposvx.3 \
-cposvx.f.3 \
-cposvxx.3 \
-cposvxx.f.3 \
-cpotf2.3 \
-cpotf2.f.3 \
-cpotrf.3 \
-cpotrf.f.3 \
-cpotrf2.3 \
-cpotrf2.f.3 \
-cpotri.3 \
-cpotri.f.3 \
-cpotrs.3 \
-cpotrs.f.3 \
-cppcon.3 \
-cppcon.f.3 \
-cppequ.3 \
-cppequ.f.3 \
-cpprfs.3 \
-cpprfs.f.3 \
-cppsv.3 \
-cppsv.f.3 \
-cppsvx.3 \
-cppsvx.f.3 \
-cpptrf.3 \
-cpptrf.f.3 \
-cpptri.3 \
-cpptri.f.3 \
-cpptrs.3 \
-cpptrs.f.3 \
-cpstf2.3 \
-cpstf2.f.3 \
-cpstrf.3 \
-cpstrf.f.3 \
-cptcon.3 \
-cptcon.f.3 \
-cpteqr.3 \
-cpteqr.f.3 \
-cptrfs.3 \
-cptrfs.f.3 \
-cptsv.3 \
-cptsv.f.3 \
-cptsvx.3 \
-cptsvx.f.3 \
-cpttrf.3 \
-cpttrf.f.3 \
-cpttrs.3 \
-cpttrs.f.3 \
-cptts2.3 \
-cptts2.f.3 \
-crot.3 \
-crot.f.3 \
-cscal.3 \
-cscal.f.3 \
-cspcon.3 \
-cspcon.f.3 \
-cspmv.3 \
-cspmv.f.3 \
-cspr.3 \
-cspr.f.3 \
-csprfs.3 \
-csprfs.f.3 \
-cspsv.3 \
-cspsv.f.3 \
-cspsvx.3 \
-cspsvx.f.3 \
-csptrf.3 \
-csptrf.f.3 \
-csptri.3 \
-csptri.f.3 \
-csptrs.3 \
-csptrs.f.3 \
-csrot.3 \
-csrot.f.3 \
-csrscl.3 \
-csrscl.f.3 \
-csscal.3 \
-csscal.f.3 \
-cstedc.3 \
-cstedc.f.3 \
-cstegr.3 \
-cstegr.f.3 \
-cstein.3 \
-cstein.f.3 \
-cstemr.3 \
-cstemr.f.3 \
-csteqr.3 \
-csteqr.f.3 \
-cswap.3 \
-cswap.f.3 \
-csycon_3.3 \
-csycon_3.f.3 \
-csycon_rook.3 \
-csycon_rook.f.3 \
-csycon.3 \
-csycon.f.3 \
-csyconv.3 \
-csyconv.f.3 \
-csyconvf_rook.3 \
-csyconvf_rook.f.3 \
-csyconvf.3 \
-csyconvf.f.3 \
-csyequb.3 \
-csyequb.f.3 \
-csymm.3 \
-csymm.f.3 \
-csymv.3 \
-csymv.f.3 \
-csyr.3 \
-csyr.f.3 \
-csyr2k.3 \
-csyr2k.f.3 \
-csyrfs.3 \
-csyrfs.f.3 \
-csyrfsx.3 \
-csyrfsx.f.3 \
*** 11261 LINES SKIPPED ***


More information about the dev-commits-ports-branches mailing list