milis/talimatname/genel/e/eigen2/talimat

20 lines
402 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Vektör ve matris matematik için hafif bir C++ şablon kütüphanesi.
# URL: http://eigen.tuxfamily.org/
# Paketçi: milisarge
# Gerekler: cmake
# Grup: kütüphane bilim
isim=eigen2
surum=2.0.17
devir=1
kaynak=(http://bitbucket.org/eigen/eigen/get/$surum.tar.bz2)
derle() {
cd eigen-eigen-*
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR=$PKG install
}