Port details |
- csdp Solver for semidefinite programming problems
- 6.2.0 math
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-12-22 00:55:58
- Last Update: 2022-04-27 13:18:31
- Commit Hash: 7a8e54b
- License: MIT
- 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.
WWW: https://github.com/coin-or/Csdp
- SVNWeb : git : Homepage
- 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.3 : 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:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Apr 2022 13:18:31 6.2.0 |
Piotr Kubaj (pkubaj)  |
math/csdp: check for omp.h on all architectures |
07 Dec 2021 20:26:46 6.2.0 |
Yuri Victorovich (yuri)  |
math/csdp: Fix build on 14-CURRENT |
15 Jun 2021 08:41:15 6.2.0 |
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 |
07 Apr 2021 08:09:01 6.2.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 6.2.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Mar 2020 21:56:37
6.2.0 |
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 |
26 Dec 2019 16:32:34
6.2.0 |
yuri  |
math/csdp: Fix build where omp.h is missing in the base system
Reported by: fallout |
22 Dec 2019 00:55:54
6.2.0 |
yuri  |
New port: math/csdp: Solver for semidefinite programming problems |
Number of commits found: 8
|