Hi Yaakov,
building latest lapack-3.2.1 I hit 2 issues:

1) 
cygport-0.9.9 does not build the empty tar file
for the main binary package, as expected by cygwin setup.

Should I wrote 

PKG_NAMES="${PN} lib${PN}-devel lib${PN}${abi}"
PKG_HINTS="setup lib-devel lib"
PKG_CONTENTS[0]=''
PKG_CONTENTS[1]='usr/share/ usr/include/ usr/lib/*a usr/lib/*pc'
PKG_CONTENTS[2]='etc/ usr/lib/lapack/cyg*'

in a different way ?

2)
Lapack has an unusual INSTALL directory with a Makefile.am
inside and to obtain the complete patch I need 
to modify cygport as:

  $ diff -uNr /usr/bin/cygport /usr/bin/cygport_lapack
--- /usr/bin/cygport    2009-08-11 08:36:22.001000000 +0200
+++ /usr/bin/cygport_lapack     2009-10-25 09:31:03.750000000 +0100
@@ -1738,7 +1738,7 @@
        case ${PN} in
                # gcc[34]: uses a forked libtool to support boostrapping
                automake*|gcc[34]|libtool) ;;
-               *)      default_excludes+=" COPYING INSTALL compile 
config-ml.in \
+               *)      default_excludes+=" COPYING compile config-ml.in \
                                config.guess config.sub depcomp elisp-comp 
install-sh \
                                libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 
lt~obsolete.m4 \
                                ltmain.sh mdate-sh missing mkinstalldirs 
py-compile \
patch


Otherwise modifications to /INSTALL/Makefile.am are 
always skipped.
Could you remove the exclude for INSTALL ? 
I doubt it can create problem to anyone else

Thanks
Marco



      

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to