public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] cygport 0.33.0-1
@ 2019-03-25 20:13 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2019-03-25 20:13 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* cygport-0.33.0-1

cygport is the standard method for building and maintaining packages for 
the Cygwin distribution.

This release adds Python 3.7 to PYTHON_WHEEL_VERSIONS="default" and the 
3.8 prerelease version to "all".  Maintainers of Python module packages 
can and should begin rebuilding their packages with this version so that 
we can move entirely to 3.7 in the near future.

The other notable change is that autotools-based MinGW packages will no 
longer build static libraries by default.  Many packages require special 
preprocessor macros to handle dllimport/dllexport when building them, or 
when building with them, on native Windows.  This precludes building 
them, or their reverse dependencies, with both shared and static 
libraries simultaneously.  If you need really static libraries (e.g. 
setup prerequisites), AND the library builds properly both shared and 
static, AND its library dependencies do not require different macros for 
building with them in each mode, then you can override this by passing 
--enable-static to configure.  If you still need static libraries but the 
other conditions are not met, you can compile the package twice in separate 
directories, once with the default and the second with --disable-shared 
--enable-static, but be careful of any differences between generated files 
(e.g. installed config headers or pkg-config metadata etc.) between the two 
(shared should generally be the default).

The other changes in this release are internal in preparation for future 
features.

--
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-25 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25 20:13 [ANNOUNCEMENT] cygport 0.33.0-1 Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).