FreeBSD Bugzilla – Attachment 135460 Details for
Bug 180337
devel/tnt: tnt_sparse_matrix_csr.h:97:3: error: no matching constructor for initialization of 'Array1D<int>'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.72 KB, created by
O. Hartmann
on 2013-07-06 00:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
O. Hartmann
Created:
2013-07-06 00:50:00 UTC
Size:
1.72 KB
patch
obsolete
>diff -Nur tnt.orig/Makefile tnt/Makefile >--- tnt.orig/Makefile 2013-07-05 21:37:29.000000000 +0200 >+++ tnt/Makefile 2013-07-06 01:29:08.000000000 +0200 >@@ -7,13 +7,14 @@ > > PORTNAME= tnt > PORTVERSION= 1.2.6 >+PORTREVISION= 1 > CATEGORIES= devel math > MASTER_SITES= http://math.nist.gov/tnt/ > DISTNAME= ${PORTNAME}_126 > .ifndef NOPORTDOCS > DISTFILES=${DISTNAME}${EXTRACT_SUFX} tnt120doc.zip > .endif >-DIST_SUBDIR= tnt >+DIST_SUBDIR= ${PORTNAME} > EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} > > MAINTAINER= erik@bz.bzflag.bz >@@ -28,9 +29,14 @@ > PORTDOCS= * > .endif > >+extract: >+ @${MKDIR} ${WRKSRC} >+ @${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ >+ -d ${WRKSRC} >+ > do-install: > ${MKDIR} ${PREFIX}/include/tnt >- ${INSTALL_DATA} ${WRKDIR}/*.h ${PREFIX}/include/tnt >+ ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/tnt > .ifndef NOPORTDOCS > ${MKDIR} ${DOCSDIR} > ${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc \ >diff -Nur tnt.orig/files/patch-tnt_sparse_matrix_csr.h tnt/files/patch-tnt_sparse_matrix_csr.h >--- tnt.orig/files/patch-tnt_sparse_matrix_csr.h 1970-01-01 01:00:00.000000000 +0100 >+++ tnt/files/patch-tnt_sparse_matrix_csr.h 2013-07-05 22:10:50.000000000 +0200 >@@ -0,0 +1,13 @@ >+--- tnt_sparse_matrix_csr.h.orig 2013-07-05 22:10:25.000000000 +0200 >++++ tnt_sparse_matrix_csr.h 2013-07-05 22:10:35.000000000 +0200 >+@@ -49,8 +49,8 @@ >+ >+ private: >+ Array1D<T> val_; // data values (nz_ elements) >+- Array1D<int> rowptr_; // row_ptr (dim_[0]+1 elements) >+- Array1D<int> colind_; // col_ind (nz_ elements) >++ Array1D<T> rowptr_; // row_ptr (dim_[0]+1 elements) >++ Array1D<T> colind_; // col_ind (nz_ elements) >+ >+ int dim1_; // number of rows >+ int dim2_; // number of cols
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180337
: 135460