Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 25/03/2008, à 20:05

gnemod

[Resolu] Clapack et Cblas

Salut les développeurs big_smile,

J'aimerais installer les librairies Clapack et Cblas sur Ubuntu. J'ai déjà installer ce qu'il faut pour compiler du code C.
Quels packages dois-je installer ? hmm

Merci de votre aide. smile

Dernière modification par gnemod (Le 25/03/2008, à 21:43)


                                    ,_
"Hô mon batoOroÔ!"  >' )
- Cuic!                         ( ( \
                                    " ''|\

Hors ligne

#2 Le 25/03/2008, à 21:17

michubuntu

Re : [Resolu] Clapack et Cblas

une petite recherche :

sudo apt-cache search libblas
refblas3 - Basic Linear Algebra Subroutines 3, shared library
refblas3-dev - Basic Linear Algebra Subroutines 3, static library
atlas3-3dnow - Automatically Tuned Linear Algebra Software,3dnow shared
atlas3-3dnow-dev - Automatically Tuned Linear Algebra Software,3dnow static
atlas3-base - Automatically Tuned Linear Algebra Software,generic shared
atlas3-base-dev - Automatically Tuned Linear Algebra Software,generic static
atlas3-sse - Automatically Tuned Linear Algebra Software,SSE1 shared
atlas3-sse-dev - Automatically Tuned Linear Algebra Software,SSE1 static
atlas3-sse2 - Automatically Tuned Linear Algebra Software,SSE2 shared
atlas3-sse2-dev - Automatically Tuned Linear Algebra Software,SSE2 static

une deuxième :
sudo apt-cache search liblapack

lapack3 - library of linear algebra routines 3 - shared version
lapack3-dev - library of linear algebra routines 3 - static version
atlas3-3dnow - Automatically Tuned Linear Algebra Software,3dnow shared
atlas3-3dnow-dev - Automatically Tuned Linear Algebra Software,3dnow static
atlas3-base - Automatically Tuned Linear Algebra Software,generic shared
atlas3-base-dev - Automatically Tuned Linear Algebra Software,generic static
atlas3-sse - Automatically Tuned Linear Algebra Software,SSE1 shared
atlas3-sse-dev - Automatically Tuned Linear Algebra Software,SSE1 static
atlas3-sse2 - Automatically Tuned Linear Algebra Software,SSE2 shared
atlas3-sse2-dev - Automatically Tuned Linear Algebra Software,SSE2 static

et hop :
sudo apt-get install lapack3-dev atlas3-base-dev
comme ça tu auras également les headers, si tu veux compiler en static


«...l’premier qui m’fout la honte, J’LE’FOUS SOUS HURD AVEC LE DOUBLE-LIVE DE STALL-MAN À TOKYO EN GUISE DE MAN ! »
L'Histoire des Pingouins - CHAPITRE 30. ÉVASION par Antoine Bellot.
http://tnemeth.free.fr/fmbl/linuxsf/

Hors ligne

#3 Le 25/03/2008, à 21:43

gnemod

Re : [Resolu] Clapack et Cblas

Bah je dis merci michubuntu. En plus j'ai appris comment chercher une librairie sous Ubuntu, je saurai m'en souvenir...
Par contre la différence entre static et shared library, j'ai pas trop compris mais je vais me renseigner sur le web.


                                    ,_
"Hô mon batoOroÔ!"  >' )
- Cuic!                         ( ( \
                                    " ''|\

Hors ligne