LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1691|回复: 3

[PKGBUILD] trilinos

[复制链接]
发表于 2009-9-23 17:52:56 | 显示全部楼层 |阅读模式
不知这边是否有人跟我一样平时需要做些科学计算?
已经上传到aur上了



  1. # Contributor: Feng Wang <wanng.fenng@gmail.com>

  2. pkgname=trilinos
  3. pkgver=9.0.3
  4. pkgrel=1
  5. pkgdesc="The Trilinos Project is 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."
  6. arch=('i686' 'x86_64')
  7. url="http://trilinos.sandia.gov/index.html"
  8. license=('LGPL3')
  9. depends=()
  10. source=(http://trilinos.sandia.gov/download/files/trilinos-9.0.3.tar.gz)
  11. makedepends=('gcc' 'openmpi' 'perl' 'blas' 'lapack')
  12. md5sums=( 'd050527e7514bc6b96fd7fecc606a910' )

  13. build() {
  14.   cd "$srcdir/$pkgname-$pkgver"
  15.   ./configure   --enable-default-packages \
  16.                 --with-gnumake \
  17.                 --enable-mpi CXX="/usr/bin/mpic++ -DLAM_BUILDING" \
  18.                 --with-mpi=/usr \
  19.                 --with-perl=/usr/bin/perl \
  20.                 --with-blas="-L/usr/lib -lblas" \
  21.                 --with-lapack="-L/usr/lib -llapack" \
  22.                 --prefix=/usr --exec-prefix=/usr || return 1
  23.   make || return 1
  24.   make DESTDIR="$pkgdir" install
  25. }
复制代码
发表于 2009-9-23 18:11:10 | 显示全部楼层
恩,你自己搭了个mpi集群?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-23 18:48:38 | 显示全部楼层
只在自己的机器上配置好了,别的机器有Unix的有Windows的,正在伤脑筋
回复 支持 反对

使用道具 举报

发表于 2009-9-23 19:07:48 | 显示全部楼层
哦,我以前学过并行计算的课程,也曾经想搭一个mpi集群,不过最后还是用系里的机器了……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表