milis/talimatname/genel/e/eigen3/talimat

20 lines
419 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: alihan-ozturk28@hotmail.com
# Gerekler: cmake
# Grup: kütüphane bilim
isim=eigen3
surum=3.2.5
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
}