dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00397
Re: [Branch ~dorsal-core/dorsal/main] Rev 490: Update to SLEPc 3.1-p2. (p1 is buggy).
On 9/9/10 12:04 PM, Harish Narayanan wrote:
> On 9/3/10 8:04 PM, noreply@xxxxxxxxxxxxx wrote:
>> ------------------------------------------------------------
>> revno: 490
>> committer: Garth N. Wells <gnw20@xxxxxxxxx>
>> 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.
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
Follow ups
References