On Thu, Sep 09, 2010 at 12:22:02PM +0530, Harish Narayanan wrote: > On 9/9/10 12:04 PM, Harish Narayanan wrote: > > On 9/3/10 8:04 PM, [email protected] wrote: > >> ------------------------------------------------------------ > >> revno: 490 > >> committer: Garth N. Wells <[email protected]> > >> branch nick: dorsal > >> timestamp: Fri 2010-09-03 15:32:16 +0100 > >> message: > >> Update to SLEPc 3.1-p2. (p1 is buggy). > >> modified: > >> ChangeLog > >> FEniCS/packages/slepc.package > > > > Since this change, my local installation fails to find slepc. > > The problem is that the older link that the slepc package generates: > > package_specific_install () { > ln -sf ${PWD} ${INSTALL_PATH}/lib/slepc > } > > doesn't get overwritten on installing a new version of slepc (even > though there is a -sf). When I overwrite this manually to point to the > new slepc folder, it works.
That seems strange. Is ln broken on Mac? Do you know how to fix it? -- Anders > Harish > > > Harish > > > > -- Checking for package 'SLEPc' > > -- SLEPC_DIR is SLEPC_DIR-NOTFOUND > > -- SLEPc could not be found. Be sure to set SLEPC_DIR, PETSC_DIR, and > > PETSC_ARCH. (missing: SLEPC_DIR SLEPC_INCLUDE_DIRS SLEPC_LIBRARIES > > SLEPC_TEST_RUNS) > > -- Checking for package 'CGAL' > > -- Performing Test CGAL_TEST_RUNS > > -- Performing Test CGAL_TEST_RUNS - Success > > -- Found CGAL: > > /opt/local/lib/libCGAL.dylib;/opt/local/lib/libgmpxx.dylib;/opt/local/lib/libmpfr.dylib;/opt/local/lib/libgmp.dylib;/opt/local/lib/libboost_thread-mt.dylib > > -- Found ZLIB: /usr/include > > -- Checking for package 'CPPUNIT' > > -- Found CPPUNIT: /opt/local/include/cppunit > > > _______________________________________________ > Mailing list: https://launchpad.net/~dorsal > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dorsal > More help : https://help.launchpad.net/ListHelp -- Anders _______________________________________________ Mailing list: https://launchpad.net/~dorsal Post to : [email protected] Unsubscribe : https://launchpad.net/~dorsal More help : https://help.launchpad.net/ListHelp

