f26f FreshPorts -- math/sdpa
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
sdpa 7.3.1_1 math on this many watch lists=0 search for ports that depend on this port
SDPA(SemiDefinite Programming Algorithm) Very efficient SDP Solver
Maintained by: maho@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Oct 2003 04:22:30
License: not specified in port


The SDPA (SemiDefinite Programming Algorithm) is a software package for
solving semidefinite program (SDP). It is based on a Mehrotra-type
predictor-corrector infeasible primal-dual interior-point method.
The SDPA handles the standard form SDP and its dual. It is implemented in C++
language utilizing the LAPACK for matrix computation. The SDPA incorporates
dynamic memory allocation and deallocation. So, the maximum size of an SDP
to be solved depends on the size of memory which users' computers install.
The SDPA enjoys the following features:

   1. Callable library of the SDPA is available.
   2. Efficient method for computing the search directions when an SDP
      to be solved is large scale and sparse.
   3. Block diagonal matrix structure and sparse matrix structure in 
      data matrices are available.
   4. Some information on infeasibility of a semidefinite program to be solved
      is provided. 

WWW: http://sdpa.indsys.chuo-u.ac.jp/sdpa/index.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. lang/gcc46
  3. devel/binutils
Required To Run:
  1. lang/gcc46
Required Libraries:
  1. math/blas
  2. math/lapack
There are no ports dependent upon this port

To install the port: cd /usr/ports/math/sdpa/ && make install clean
To add the package: pkg_add -r sdpa


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/sdpa/
  2. http://sdpa.indsys.chuo-u.ac.jp/sdpa/files/

Number of commits found: 49

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Jul 2012 11:17:04
Original commit files touched by this commit  7.3.1_1
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
22 Nov 2011 11:14:10
Original commit files touched by this commit  7.3.1_1
bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
20 Mar 2011 12:54:45
Original commit files touched by this commit  7.3.1_1
miwi search for other commits by this committer
- Get Rid MD5 support
16 Feb 2010 06:04:32
Original commit files touched by this commit  7.3.1_1
maho search for other commits by this committer
Build fix with gotoblas.

Feature safe:   yes
13 Sep 2009 00:08:01
Original commit files touched by this commit  7.3.1_1
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
03 Aug 2009 15:03:56
Original commit files touched by this commit  7.3.1
maho search for other commits by this committer
Update to 7.3.1.
08 Apr 2009 02:51:04
Original commit files touched by this commit  7.3.0
maho search for other commits by this committer
Update to 7.3.0 (20090321 version).
17 Feb 2009 04:57:41
Original commit files touched by this commit  7.2.1
maho search for other commits by this committer
Update to 7.2.1 2008/12/24 version.
18 Jan 2009 07:51:33
Original commit files touched by this commit  7.2.0_1
maho search for other commits by this committer
Remove CONFIGURE_ENV.

Submitted by:   gerald@
07 Jan 2009 16:34:27
Original commit files touched by this commit  7.2.0_1
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
15 Dec 2008 04:06:31
Original commit files touched by this commit  7.2.0
maho search for other commits by this committer
Update to 7.2.0 2008/11/23 version.
20 Jun 2008 23:39:12
Original commit files touched by this commit  7.1.1
maho search for other commits by this committer
Update to SDPA 7.1.1 20080618 version.
11 Apr 2008 00:38:14
Original commit files touched by this commit  7.1.0
maho search for other commits by this committer
Update to 20080410 of SDPA 7.1.0 and manual.
31 Mar 2008 01:27:10
Original commit files touched by this commit  7.1.0
maho search for other commits by this committer
Update to 7.1.0 (20080329 version).
05 Mar 2008 01:10:40
Original commit files touched by this commit  7.0.5
maho search for other commits by this committer
The source file and manual file have the date in its
filename.
29 Feb 2008 07:13:19
Original commit files touched by this commit  7.0.5
maho search for other commits by this committer
Fix distinfo for the manual.
According to the master site,
> http://sdpa.indsys.chuo-u.ac.jp/sdpa/
> 2008.2.28
>     The software manual of the SDPA (Ver. 7.0.5) is revised. [Download].
Also this is a correct one.
(BTW: I'm one of the author of this manual)
18 Feb 2008 01:40:11
Original commit files touched by this commit  7.0.5
maho search for other commits by this committer
Update to SDPA 7.0.5.
18 Dec 2007 05:06:52
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
Mark as broken. It depends on math/atlas which is problematic,
and waiting for SDPA7.
17 Jul 2007 00:36:37
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
I forgot to update distinfo by last commit,
> * Also documentations (.ps and .pdf) have been altered slightly.

Submitted by:   sat
14 Jul 2007 01:25:39
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.
* Also documentations (.ps and .pdf) have been altered slightly.
18 Apr 2007 00:32:25
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
MASTER_SITES has been changed.

Notified by:    Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp>
16 Jan 2007 04:37:14
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
Fix build.

Submitted by:   kris via pointyhat.
15 Jan 2007 13:02:10
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
one portlint fix.
12 Jan 2007 23:42:19
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
Still lapack.h and blas.h are required, though remove dependency
of g2c.h.
11 Jan 2007 08:05:45
Original commit files touched by this commit  6.2.1_1
maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
* somehow archives are changed but no difference by taking diff.
10 May 2006 22:37:39
Original commit files touched by this commit  6.2.1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
22 Jan 2006 12:56:47
Original commit files touched by this commit  6.2.1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
30 Oct 2005 07:28:36
Original commit files touched by this commit  6.2.1
maho search for other commits by this committer
Fix build and install

Submitted by:   kris via pointyhat
10 Oct 2005 02:55:18
Original commit files touched by this commit  6.2.1
maho search for other commits by this committer
update to 6.2.1

Submitted by:   edwin
06 Jul 2005 04:17:33
Original commit files touched by this commit  6.2.0
maho search for other commits by this committer
(forced commit)
.else if should be .elif or .elseif
->
.else if should be .elif
Submitted by:   joe, kris
->
Submitted by:   marcus, kris

Submitted by:   marcus
Pointy hat to:  myself
06 Jul 2005 02:05:49
Original commit files touched by this commit  6.2.0
maho search for other commits by this committer
.else if should be .elif or .elseif

Submitted by:   joe, kris
04 Jul 2005 04:12:13
Original commit files touched by this commit  6.2.0
maho search for other commits by this committer
remakeing optimization flags
12 May 2005 02:30:42
Original commit files touched by this commit  6.2.0
maho search for other commits by this committer
Unbreak by updating to 6.2.0
and now it is relased under GPL

Submitted by:   kris (broken report)
30 Apr 2005 01:15:54
Original commit files touched by this commit  6.00_2
kris search for other commits by this committer
BROKEN: Unfetchable
12 Apr 2005 03:26:57
Original commit files touched by this commit  6.00_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  6.00_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
19 Aug 2004 01:24:01
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
Now confirmed that both static and dynamic ATLAS lib
has same performance.
18 Aug 2004 11:20:11
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
amd64 dislikes -malign-double
18 Aug 2004 11:12:34
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
o Add WITH_SMP, ATLAS with SMP support. currently serious
  perfomance loss is observed.
o change Intel C++ compiler flags to approprate one.
16 Aug 2004 12:09:45
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
USE_ICC -> WITH_ICC

Checked by:     portlint
16 Aug 2004 08:55:50
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
Add flag USE_ICC, uses intel c/c++ compilier
16 Aug 2004 01:24:11
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
MASTER_SITE have been moved.

Reported by:    kris
11 Jul 2004 01:00:45
Original commit files touched by this commit  6.00_2
kris search for other commits by this committer
BROKEN: Unfetchable
06 May 2004 19:49:54
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
Make portlint happy by replacing space to tab

PR:             65409
Submitted by:   trevor
13 Mar 2004 03:46:59
Original commit files touched by this commit  6.00_2
maho search for other commits by this committer
1) remove lapack dependency
2) SIZEify
3) fix build (sdpa.6.00.install.txt has been changed)

--- sdpa.6.00.install.txt.old   Fri Nov 15 15:22:50 2002
+++ sdpa.6.00.install.txt       Wed Mar 10 16:57:59 2004
@@ -17,6 +17,7 @@
 4. Install SDPA

 A. Install SDPA with CLAPACK, without ATLAS
+B. Install SDPA on Windows
 -----------------------------------------

@@ -263,3 +264,13 @@
(Only the first 15 lines of the commit message are shown above View all of this commit message)
04 Feb 2004 05:10:27
Original commit files touched by this commit  6.00_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
19 Jan 2004 13:11:29
Original commit files touched by this commit  6.00_1
maho search for other commits by this committer
1) very minor update, without changing the filename
   a) add some debug print
   b) initialize some data
2) bump portrevision accodingly

Pointed out by: edwin
17 Jan 2004 11:28:11
Original commit files touched by this commit  6.00
edwin search for other commits by this committer
Update master_sites.

Informed maintainer about the fact that one file gives a checksum error.

Noticed by: bento
    http://bento.freebsd.org/errorlogs/i386-4-exp-latest/sdpa-6.00.log
04 Oct 2003 04:21:13
Original commit files touched by this commit  6.00
maho search for other commits by this committer
Add new port math/sdpa.
The SDPA (SemiDefinite Programming Algorithm) is a software package for
solving semidefinite program (SDP). Extremely efficient, almost fastest
around the world!

Number of commits found: 49

2825
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days29
new fortnight61
new month219

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0