Port details |
- csdp Solver for semidefinite programming problems
- 6.2.0_3 math =2 6.2.0_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-12-22 00:55:58
- Last Update: 2025-01-24 12:18:28
- Commit Hash: 6cce1f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/coin-or/Csdp
- Description:
- CSDP is a library of routines that implements a predictor corrector variant of
the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and
Wolkowicz. The main advantages of this code are that it is written to be used as
a callable subroutine, it is written in C for efficiency, the code runs in
parallel on shared memory multi-processor systems, and it makes effective use of
sparsity in the constraint matrices. CSDP has been compiled on many different
systems. The code should work on any system with an ANSI C Compiler and
BLAS/LAPACK libraries.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/csdp/ && make install clean
- To add the package, run one of these commands:
- pkg install math/csdp
- pkg install coin-or-csdp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: coin-or-csdp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1576975110
SHA256 (coin-or-Csdp-releases-6.2.0_GH0.tar.gz) = 3d341974af1f8ed70e1a37cc896e7ae4a513375875e5b46db8e8f38b7680b32f
SIZE (coin-or-Csdp-releases-6.2.0_GH0.tar.gz) = 523556
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libblas.so : math/blas
- liblapack.so : math/lapack
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_csdp
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.0_3 24 Jan 2025 12:18:28 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS |
6.2.0_2 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
6.2.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.2.0 27 Apr 2022 13:18:31 |
Piotr Kubaj (pkubaj) |
math/csdp: check for omp.h on all architectures |
6.2.0 07 Dec 2021 20:26:46 |
Yuri Victorovich (yuri) |
math/csdp: Fix build on 14-CURRENT |
6.2.0 15 Jun 2021 08:41:15 |
Piotr Kubaj (pkubaj) |
math/csdp: fix build on powerpc
LLVM on powerpc doesn't have libomp:
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fopenmp -ansi
-Wall -DBIT64 -DUSEOPENMP -DSETNUMTHREADS -DUSESIGTERM -DUSEGETTIME -I../include
-c -o op_o.o op_o.c
op_o.c:15:10: fatal error: 'omp.h' file not found |
6.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.2.0 08 Mar 2020 21:56:37 |
jbeich |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
6.2.0 26 Dec 2019 16:32:34 |
yuri |
math/csdp: Fix build where omp.h is missing in the base system
Reported by: fallout |
6.2.0 22 Dec 2019 00:55:54 |
yuri |
New port: math/csdp: Solver for semidefinite programming problems |