Hi Yaakov,
I am trying to respin lapack but seems that cygport become too smart
in the mean time.

To move the dll's from /usr/bin to /usr/lib/lapack I was using:

-------------------------------------------------------------------------
src_install() {
        cd ${B}
        cyginstall

[cut]

        dodir /usr/lib/lapack/
        mv ${D}/usr/bin/cygblas-0.dll ${D}/usr/lib/lapack/cygblas-0.dll
        mv ${D}/usr/bin/cyglapack-0.dll ${D}/usr/lib/lapack/cyglapack-0.dll
        sed -i -e "s/dlname='..\/bin/dlname='..\/lib\/lapack/"
${D}/usr/lib/libblas.la
        sed -i -e "s/dlname='..\/bin/dlname='..\/lib\/lapack/"
${D}/usr/lib/liblapack.la
----------------------------------------------------------------------------

but now if I move the dll's, cygport goes mad and installation fails.
Suggestions ?

Marco

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to