[Bug 1095784] Re: does not compile with g++-4.7

2015-12-18 Thread Wolfgang Betz
** Changed in: arpack++ (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] Re: does not compile with g++-4.7

2014-07-09 Thread Wolfgang Betz
This bug can easily be fixed: only three header files have to be modified 
slightly.
Attached are the mentioned modifications.
  

** Attachment added: arpack_modified.zip
   
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+attachment/4148948/+files/arpack_modified.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] Re: does not compile with g++-4.7

2014-07-09 Thread Ubuntu Foundations Team Bug Bot
The attachment arpack_modified.zip seems to be a patch.  If it isn't,
please remove the patch flag from the attachment, remove the patch
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] Re: does not compile with g++-4.7

2013-12-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: arpack++ (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095784

Title:
  does not compile with g++-4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/arpack++/+bug/1095784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1095784] Re: does not compile with g++-4.7

2013-01-03 Thread Wolfgang Betz
For example
==

/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp: In function ‘void 
MtxEigenValue_ARP(FlxMtxSym, int, tVec, std::vectorstd::valarraydouble 
)’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:110:41: warning: deprecated 
conversion from string constant to ‘char*’ [-Wwrite-strings]
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:107:14: warning: unused variable 
‘uplo’ [-Wunused-variable]
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp: In function ‘void 
MtxEigenValue_ARP(FlxMtxSym, FlxMtxSym, int, tVec, 
std::vectorstd::valarraydouble )’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:164:51: warning: deprecated 
conversion from string constant to ‘char*’ [-Wwrite-strings]
In file included from /home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:23:0:
/usr/include/arpack++/ardssym.h: In instantiation of 
‘ARluSymStdEigARFLOAT::ARluSymStdEig(int, ARdsSymMatrixARTYPE, char*, int, 
ARFLOAT, int, ARFLOAT*, bool) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:110:41:   required from here
/usr/include/arpack++/ardssym.h:123:3: error: ‘DefineParameters’ was not 
declared in this scope, and no declarations were found by argument-dependent 
lookup at the point of instantiation [-fpermissive]
/usr/include/arpack++/ardssym.h:123:3: note: declarations in dependent base 
‘ARStdEigdouble, double, ARdsSymMatrixdouble ’ are not found by unqualified 
lookup
/usr/include/arpack++/ardssym.h:123:3: note: use ‘this-DefineParameters’ 
instead
In file included from /home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:24:0:
/usr/include/arpack++/ardgsym.h: In instantiation of 
‘ARluSymGenEigARFLOAT::ARluSymGenEig(int, ARdsSymMatrixARTYPE, 
ARdsSymMatrixARTYPE, char*, int, ARFLOAT, int, ARFLOAT*, bool) [with ARFLOAT 
= double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:164:51:   required from here
/usr/include/arpack++/ardgsym.h:182:3: error: ‘DefineParameters’ was not 
declared in this scope, and no declarations were found by argument-dependent 
lookup at the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:182:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:182:3: note: use ‘this-DefineParameters’ 
instead
/usr/include/arpack++/ardgsym.h: In instantiation of ‘void 
ARluSymGenEigARFLOAT::SetShiftInvertMode(ARFLOAT) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/ardgsym.h:141:3: error: ‘ChangeMultBx’ was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:141:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:141:3: note: use ‘this-ChangeMultBx’ instead
/usr/include/arpack++/ardgsym.h: In instantiation of ‘void 
ARluSymGenEigARFLOAT::SetBucklingMode(ARFLOAT) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/ardgsym.h:153:3: error: ‘ChangeMultBx’ was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:153:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:153:3: note: use ‘this-ChangeMultBx’ instead
/usr/include/arpack++/ardgsym.h: In instantiation of ‘void 
ARluSymGenEigARFLOAT::SetCayleyMode(ARFLOAT) [with ARFLOAT = double]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/ardgsym.h:166:3: error: ‘ChangeMultBx’ was not declared 
in this scope, and no declarations were found by argument-dependent lookup at 
the point of instantiation [-fpermissive]
/usr/include/arpack++/ardgsym.h:166:3: note: declarations in dependent base 
‘ARGenEigdouble, double, ARdsSymPencildouble, ARdsSymPencildouble ’ are 
not found by unqualified lookup
/usr/include/arpack++/ardgsym.h:166:3: note: use ‘this-ChangeMultBx’ instead
In file included from /usr/include/arpack++/arssym.h:22:0,
 from /usr/include/arpack++/ardssym.h:23,
 from /home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:23:
/usr/include/arpack++/arseig.h: In instantiation of ‘void ARStdEigARFLOAT, 
ARTYPE, ARFOP::SetShiftInvertMode(ARTYPE, ARFOP*, void (ARFOP::*)(ARTYPE*, 
ARTYPE*)) [with ARFLOAT = double; ARTYPE = double; ARFOP = 
ARdsSymPencildouble]’:
/home/wbetz/fesslix/src/flxMtx_Eigen_ARP.cpp:195:1:   required from here
/usr/include/arpack++/arseig.h:178:3: error: ‘ChangeShift’ was not declared in 
this scope, and no declarations were found by argument-dependent lookup at the 
point of instantiation [-fpermissive]