Whoops, there is a typo there, should be: rpmbuild --rebuild --target=`uname -r` lapack-3.1.1-1.rf.src.rpm
target not targer! C Chris Nolan wrote: > I'd try downloading the SRPM from dag and rebuilding it on your local > machine. Something like this (as NON-root!!!): > > cd ~ > mkdir ~/rpmbuild > mkdir ~/rpmbuild/BUILD > mkdir ~/rpmbuild/RPMS > mkdir ~/rpmbuild/SOURCES > mkdir ~/rpmbuild/SPECS > mkdir ~/rpmbuild/SRPMS > echo "%_topdir /home/`whoami`/rpmbuild" > ~/.rpmmacros > > wget > ftp://fr2.rpmfind.net/linux/dag/redhat/el5/en/SRPMS.rpmforge/lapack-3.1.1-1.rf.src.rpm > rpmbuild --rebuild --targer=`uname -r` lapack-3.1.1-1.rf.src.rpm > > You may need to install a pile of -devel packages and maybe some fortran > stuff to get it to build properly. I've just done a test-build on my > machine - it hasn't finished yet but it seems to be building ok so far. > > Once the rpmbuild finishes you should have an installable lapack RPM in > ~/rpmbuild/RPMS/*/ > > Chris > > [EMAIL PROTECTED] wrote: > >> Hi all, >> >> does anybody know how to get Lapack running on a PS3 with YDL6.0 ? I don't >> get it installed... >> >> Thanks for any help! >> >> > > _______________________________________________ > yellowdog-general mailing list > [email protected] > http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general > HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com' > _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
