SageMath Logo
This is a mirror of SageMath - Open Source Mathematics Software. Here, you can download SageMath for your system and platform. Not sure what to download? Then follow the download guide. For more information, visit the SageMath website.

Files

↑ up one directory level
Current Directory: upstream/cvxopt
= CVXOPT =

== Description ==

CVXOPT is a free software package for convex optimization based on the
Python programming language. It can be used with the interactive
Python interpreter, on the command line by executing Python scripts,
or integrated in other software via Python extension modules. Its main
purpose is to make the development of software for convex optimization
applications straightforward by building on Python's extensive
standard library and on the strengths of Python as a high-level
programming language.

== MAINTAINERS ==

 * William Stein
 * Josh Kantor
 * Harald Schilly
 * Dima Pasechnik

== Upstream Contact ==

 * J. Dahl <dahl.joachim@gmail.com>
 * L. Vandenberghe <vandenbe@ee.ucla.edu>

Downloaded from http://abel.ee.ucla.edu/cvxopt/

== License ==

GPLv3 or later. Includes parts under GPLv2,
GNU Lesser General Public License, v2.1.  See src/LICENSE for more details.
(Sage-compatible)

== Dependencies ==

 * GNU patch
 * GSL
 * GLPK

== Special Update/Build Instructions ==

 * cvxopt.h.patch: Fix building with GCC on Solaris.

 * setup.py.patch: look for libraries and includes in $SAGE_LOCAL
   instead of /usr.  Add fortran, blas,... libraries if needed.
   Build with GSL and GLPK support.

 * TODO: Add more tests in spkg-check

 * TODO: one might want to enhance the code to allow other Sage
   random sources, at the moment only GSL is used in CVXOPT-1.1.3
   spkg, apparently it will need an unclear to me "with seed(..)"
   construct.

== Changelog ==

=== cvxopt-1.1.6.p0 (Volker Braun, Jeroen Demeyer, 15 May 2013) ===
 * #12832: upgrade to version 1.1.6.
 * Remove undocumented patch changing int_t to int.
 * Fix BLAS_LIB_DIR on Cygwin and OS X.

=== cvxopt-1.1.5.p0 (Jean-Pierre Flori, 5 December 2012) ===
 * #13799: add back linking dependencies removed by #13160 and needed on Cygwin.

=== cvxopt-1.1.5 (François Bissey, 25 June 2012) ===
 * #13160: update to 1.1.5, drop dense.c patch as it is not needed anymore.
 * rewrite and simplify the patch for setup.py. Keep the necessary linking minimal.
 * First attempt at doc building

=== cvxopt-1.1.4.p1 (Jeroen Demeyer, 3 April 2012) ===
 * Trac #12011: edit cvxopt.h.patch to apply with all GCC versions.

=== cvxopt-1.1.4.p0 (John Palmieri, 31 March 2012) ===
 * Upgrade to version 1.1.4.
 * Trac #12011: apply upstream fix (from 1.1.5) dense.c.patch to fix
   self-tests on OS X Lion.

=== cvxopt-1.1.3.p1 (Jeroen Demeyer, 23 February 2012) ===
 * Trac #12519: Do not add -lcblas and -latlas on Darwin, since those
   libraries aren't installed on Darwin.
 * Use patch for patching.
 * Make spkg-check actually fail when there is a failure.
 * Removed useless bits from patches/setup.py.patch
 * Removed useless __init__.py.patch

=== cvxopt-1.1.3 (Dima Pasechnik, Mike Hansen, Harald Schilly, David Kirkby, Peter Jeremy, November, 2010) ===
 * fiddled with the lists of libraries to link, on per Fortran compiler basis.
 * added recognition of g95 directly, rather than by platform.
 * added getting the right -L path to libf95 for g95.
 * #6456 Updated to 1.1.3.
 * Modified setup.py to build correctly under Cygwin.
 * applied P.Jeremy's FreeBSD patch (see #6456)
 * corrected the 64-bit specific int* bug reported by pjeremy
 * turned on GSL extension (this is the default mode for CVXOPT, and GSL is a standard Sage spkg, so
   this makes perfect sense); this in particular allowed to get rid of strange random seed-related
   import bugs uncovered by David Kirkby's spkg-check
 * modified spkg-check to report test names, cd to appropriate subdirs, and skip .bin files.
 * corrected the .patch files in patches/ to be in right order --- just run the makepatchfiles
   script to re-create these files!
 * removed html doc files in src/doc; the .rst doc files are there, so it's a question of
   rebuilding them
   (e.g. one can do sage -sh; cd src/doc; make html)
 * included David's shortened and gcc-version targeted Sun-specific patch
   (comment 88 on #6456); removed sun_complex.h
 * took care of SPKG.txt sections, as mentioned in comment 87 on #6456
 * incorporating building the GLPK extension (track #9598)
 * #9525 Correct the fact that installation of cvxopt will allways
   report it was
   successful, even if it failed.
 * Add a spkg-check file, as #9281 listed cvxopt was missing such a file
 * implemented changes requested in comment 28 of track ticket #6456:

   (kept a harmless SAGE_LOCAL check)

   On building cvxopt extensions:
   the non-required extension are not built;
   however, it is possible to switch on the dsdp and dsl extensions by
   flipping the BUILD_..-flags in setup.py (and modifying dirs for dsdp)
   Remaining extensions were not tested; it should not be hard to have
   them provided the corresponding libs are there (e.g. parts of Sage)

 * modified setup.py to streamline and make it more Sage-like;
   in particular got rid of f77blas and f95 dependences that
   are obsolete, since Sage switched to gfortran
 * rebased Solaris-specific patches from cvxopt-0.9 spkg
   (only cvxopt.h needed to be patched, while the old
    native cvxopt random framework is now gone (since cvxopt-1.1
    at least)
 * modified setup.py and src/python/__init__.py
 * moved old patches to patches-old (solaris, ...) for future reference
 * simplifying spkg-install

=== cvxopt-0.9.p8 (Gonzalo Tornaria, June 19th, 2009) ===
 * Replace perl spkg-install with a bash one.

=== cvxopt-0.9.p7 (Michael Abshoff, September 24th, 2008) ===
 * Work around Solaris 10 problem with complex.h

FilenameOtherSizeDate
cvxopt-1.3.2.tar.gztorrent3.92 MB2024-03-20 23:37
MD5: ced06e7d92d8a10c84db94589e7f8162
cvxopt-1.3.0.tar.gztorrent3.93 MB2023-12-08 23:35
MD5: d94895acf6f41806b482791174e9d0e7
cvxopt-1.2.7.tar.gztorrent3.91 MB2022-05-15 22:47
MD5: af758ea38fcdd5cc1c102df4d378ffc3
cvxopt-1.2.6.tar.gztorrent3.93 MB2021-07-19 22:06
MD5: b35d010b57bdd4fd78458bc764d2b013
cvxopt-1.2.5.tar.gztorrent6.42 MB2020-12-20 14:59
MD5: 45044c5ac2a8f22d4f7572b5459e84dd
cvxopt-1.2.3.tar.gz1.79 MB2020-05-24 08:33
MD5: aac3db3fc3cf11d9ad2e42d89e94ca5a
cvxopt-1.2.2.tar.gz1.79 MB2018-10-19 06:33
MD5: fc2546fdba2faa6c4996e9b40fce5269
cvxopt-1.1.8.tar.gztorrent4.12 MB2018-01-11 12:20
MD5: b17c75117b4412b33ea31a47b7e5655e
cvxopt-1.1.7.tar.gztorrent3.72 MB2014-08-25 10:31
MD5: 3073a5da23cb5a77d3bc143edde1e4f1
cvxopt-1.1.6.tar.bz2torrent2.95 MB2013-05-21 01:19
MD5: 7114b6952d0428da51d237b974ab64bd
cvxopt-1.1.5.tar.bz2torrent2.92 MB2013-05-02 22:24
MD5: 3c94d3974f470b08b904ccbb29472c13