From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73013 invoked by alias); 28 Oct 2018 02:46:43 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 72047 invoked by uid 89); 28 Oct 2018 02:45:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=HCc:D*cygwin.com, reviewing, optimizer, downloads X-HELO: msc12.plala.or.jp Received: from msc12.plala.or.jp (HELO msc12.plala.or.jp) (60.36.166.22) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 Oct 2018 02:45:17 +0000 Received: from localhost ([125.204.38.86]) by msc12.plala.or.jp with ESMTP id <20181028024514.IWYP24636.msc12.plala.or.jp@localhost>; Sun, 28 Oct 2018 11:45:14 +0900 Date: Sun, 28 Oct 2018 02:46:00 -0000 Message-Id: <20181028.114515.1492285620604735480.trueroad@trueroad.jp> To: marco.atzeri@gmail.com Cc: cygwin-apps@cygwin.com Subject: Re: [ITP] liblbfgs 1.10 From: Masamichi Hosoda In-Reply-To: <20181028.114139.2100924197332590147.trueroad@trueroad.jp> References: <20181028.002001.1564718946974167501.trueroad@trueroad.jp> <616918d6-6524-546d-1f97-a5e42b7ce383@gmail.com> <20181028.114139.2100924197332590147.trueroad@trueroad.jp> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sun_Oct_28_11_45_15_2018_728)--" Content-Transfer-Encoding: 7bit X-VirusScan: Outbound; mvir-ac12; Sun, 28 Oct 2018 11:45:14 +0900 X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00050.txt.bz2 ----Next_Part(Sun_Oct_28_11_45_15_2018_728)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 229 > Thank you for your reviewing. > > Setting a value in the PKG_SUMMARY array has no effect. > So I use `eval` for setting the subpackage summaries. > > My updated cygport file is attached. My updated cygport file is attached. ----Next_Part(Sun_Oct_28_11_45_15_2018_728)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="liblbfgs.cygport" Content-length: 967 NAME="liblbfgs" VERSION=1.10 RELEASE=1 HOMEPAGE="http://www.chokkan.org/software/${PN}/" SRC_URI=" https://github.com/downloads/chokkan/${PN}/${PN}-${PV}.tar.gz ${PN}.pc " PATCH_URI="libtool-package-versioning.patch" CATEGORY="Libs" SUMMARY="L-BFGS nonlinear optimizer" DESCRIPTION="This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method. The L-BFGS method solves the unconstrainted minimization problems." abi=1 PKG_NAMES="${PN}${abi} ${PN}-devel" eval ${PN}${abi}_CONTENTS='"usr/bin/cyglbfgs-${abi}.dll"' eval ${PN}${abi}_SUMMARY='"${SUMMARY} - runtime"' eval ${PN}_devel_CONTENTS='"usr/include/ usr/lib/ usr/share/doc/"' eval ${PN}_devel_SUMMARY='"${SUMMARY} - header and import lib"' src_install() { cd ${B} cyginstall cd ${S} dodir /usr/lib/pkgconfig insinto /usr/lib/pkgconfig doins ${PN}.pc } src_test() { export PATH=${B}/lib/.libs:${PATH} cd ${B}/sample .libs/sample.exe } ----Next_Part(Sun_Oct_28_11_45_15_2018_728)----