it seems that python 3 is supported in v12.12 https://github.com/trilinos/Trilinos/issues/862#issuecomment-328174286
Search Criteria
Package Details: trilinos 12.12.1-1
Git Clone URL: | https://aur.archlinux.org/trilinos.git (read-only) |
---|---|
Package Base: | trilinos |
Description: | An effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. |
Upstream URL: | http://trilinos.org |
Licenses: | |
Submitter: | feng |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 17 |
Popularity: | 0.690431 |
First Submitted: | 2009-09-23 09:49 |
Last Updated: | 2017-10-15 08:03 |
Dependencies (15)
- boost
- lapack (openblas-lapack-git, atlas-lapack, lapack-tmg, flexiblas, openblas-lapack)
- libmatio (libmatio-git)
- libx11 (libx11-nokeyboardgrab)
- netcdf
- openmpi (openmpi-git, openmpi-cuda)
- python2 (pypy19, stackless-python2, placeholder)
- blas (openblas-lapack-git, openblas-git, atlas-lapack, blas-tmg, flexiblas, openblas-lapack, openblas) (make)
- cmake (cmake-git) (make)
- doxygen (doxygen-git) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-git) (make)
- gtest (make)
- perl (make)
- python2-numpy (python2-numpy-mkl, python2-numpy-openblas) (make)
- swig (swig-git) (make)
Sources (1)
Latest Comments
petronny commented on 2018-02-15 08:08
bderembl commented on 2018-02-14 16:23
petronny commented on 2017-06-13 11:12
Hi I adopted this package and updated it to 12.10.1
And I:
1. use https://github.com/trilinos/Trilinos/archive/trilinos-release-*.tar.gz as source
2. enable all packages
3. fix dependencies
4. still install the package to /usr
But I don't use trilinos, if you have any suggestion please let me know.
chuckdaniels commented on 2017-04-05 07:46
PyTrilinos documentation must be disabled to compile this package, just add:
-DPyTrilinos_DOCSTRINGS:BOOL=OFF
Currently, there is a bug reported in Trilinos issue tracker about this. Doxygen version 1.8.13 is not compatible with PyTrilinos documentation makefiles.
https://github.com/trilinos/Trilinos/issues/1040
chuckdaniels commented on 2017-04-04 14:19
'gtest' package is needed as dependency to compile 'trilinos' since 'TPL_ENABLE_gtest' compilation flag is set 'ON' in the PKGBUILD.
EDIT: There also some flag unused by CMake
CMake Warning:
Manually-specified variables were not used by the project:
TPL_ENABLE_NETCDF
Tpetra_INST_OpenMP
Trilinos_ENABLE_INTREPID
Trilinos_ENABLE_Mesquite
Trilinos_ENABLE_PAMGEN
sytabaresa commented on 2017-03-28 03:52
Why not use https://github.com/trilinos/Trilinos/archive/trilinos-release-12-8-1.tar.gz as source?, I think that is a best option (if you want download less data).
wangjiezhe commented on 2015-10-19 14:51
Install in /opt/trilinos instead of /usr can solve problems for conflict files.
wangjiezhe commented on 2015-10-19 03:18
Conflict file with singular: /usr/include/factor.h
myles commented on 2015-10-03 21:00
Thanks lobzilla, added conflicts=('gtest')
lobzilla commented on 2015-09-30 14:48
May want to add 'gtest' as a conflicting package since Trilinos builds its own gtest libraries.
myles commented on 2015-09-14 09:06
Had to disable SEACAS to build...looking into it...
luspi commented on 2015-09-09 14:38
Error building 12.0.1. After 91% I get the following:
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:9205:66: error: 'const class Anasazi::MultiVec<double>' has no member named 'GetVecLength'
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:10511:15: error: 'class Anasazi::MultiVec<double>' has no member named 'factorExplicit'
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:10608:29: error: 'class Anasazi::MultiVec<double>' has no member named 'revealRank'
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:13229:62: error: 'const class Anasazi::EpetraMultiVec' has no member named 'GetVecLength'
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:19531:21: error: 'GetVecLength' is not a member of 'Anasazi::MultiVecTraits<double, Epetra_MultiVector>'
packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/build.make:220: recipe for target 'packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/AnasaziPYTHON_wrap.cpp.o' failed
make[2]: *** [packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/AnasaziPYTHON_wrap.cpp.o] Error 1
CMakeFiles/Makefile2:16561: recipe for target 'packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/all' failed
make[1]: *** [packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
luspi commented on 2015-09-09 14:37
Error building 12.0.1. After 91% I get the following:
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:9205:66: error: 'const class Anasazi::MultiVec<double>' has no member named 'GetVecLength'
src/trilinos-12.0.1-Source/build/packages/PyTrilinos/src/AnasaziPYTHON_wrap.cpp:10511:15: error: 'class Anasazi::MultiVec<double>' has no member named 'factorExplicit'
error: 'class Anasazi::MultiVec<double>' has no member named 'revealRank'
error: 'const class Anasazi::EpetraMultiVec' has no member named 'GetVecLength'
error: 'GetVecLength' is not a member of 'Anasazi::MultiVecTraits<double, Epetra_MultiVector>'
packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/build.make:220: recipe for target 'packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/AnasaziPYTHON_wrap.cpp.o' failed
make[2]: *** [packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/AnasaziPYTHON_wrap.cpp.o] Error 1
CMakeFiles/Makefile2:16561: recipe for target 'packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/all' failed
make[1]: *** [packages/PyTrilinos/src/CMakeFiles/Anasazi.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
simonp commented on 2015-01-17 09:40
Another conflicting file is /usr/lib/libml.so with community/mlt package.
eomarjee commented on 2015-01-06 19:31
Conflicting file (/usr/include/factor.h) with singular package
xico commented on 2014-08-05 20:58
Why is NOX disabled? Also 11.10.1 is out.
myles commented on 2014-06-30 22:46
Thanks coincoin, seems to work fine with SWIG 3.0.2 also. For convenience, so we don't have to downgrade SWIG I replace the allowed version in CMakeLists because v2.08 is old (2012-08-20), (Note: not supported by upstream).
coincoin commented on 2014-06-30 22:23
CMake error : SWIG version 3.0.2 is greater than maximum version 3.0.1. I have downgraded swig to 3.0.1 and it works fine.
cucullus commented on 2013-08-22 14:23
Trilinos 11.4 is "still in its experimental stage and is only supported on AIX". And doesn't builds anyway due to wrong checksum.
myles commented on 2013-06-06 13:42
No its not needed, thanks for finding that, I'll correct it when I can update this to version 11.2.2.
myles commented on 2013-06-06 13:39
not sure what you mean because atlas-lapack isn't mentioned as a dependency. lapack depends on blas, openblas provides blas so it should work.
myles commented on 2013-06-06 13:35
not sure what you mean because atlas-lapack isn't mentioned as a dependency. lapack depends on blas.
mauro2 commented on 2013-06-06 00:16
Is the atlas-lapack build dependency needed? I use openblas + stock lapack.
matse commented on 2012-05-27 21:20
@myles: Thanks for updating!
myles commented on 2012-05-18 16:59
@matse: I found your message in the forums that explained the problem and so added your suggestion to the PKGBUILD -- thanks.
myles commented on 2012-04-17 22:33
@matse: Thanks for your suggestion but I can't access the link to the error you posted and it builds fine here so I will leave the PKBUILD as it is for now.
matse commented on 2012-03-30 06:35
Would you please add these options to the PKGBUILD:
-DCMAKE_C_FLAGS:STRING="-lpython2.7" \
-DCMAKE_CXX_FLAGS:String="-lpython2.7" \
-DCMAKE_Fortran_FLAGS:String="-lpython2.7" \
with them the linking error (see above) is gone and trilinos works fine.
Anonymous comment on 2012-03-15 20:15
Updated this guy here:
http://pastebin.com/U8c4N2sH
Now depends on cmake, compiles without any qualms. This package takes FOREVER to compile... so long that I signed up for the AUR and decided to contribute my first fix!
matse commented on 2012-02-07 07:07
I have the following problem with pytrilinos:
http://paste.xinu.at/UUo3/
is there a way to fix this?
feel commented on 2011-10-17 15:06
I installed trilinos and noticed that it depends on swig and python2-numpy.
You should update the PKGBUILD.
feel commented on 2011-10-17 15:05
I installed trilinos and noticed that it depends on swig and python2-numpy.
You should update the PKGBUILD.
@bderembl Not fully supported yet. https://github.com/trilinos/Trilinos/issues/862#issuecomment-365852261