csdp installed in 7.6?

30 views
Skip to first unread message

c. e. larson

unread,
Jul 11, 2017, 2:11:37 PM7/11/17
to sage-support
i'm trying to to a large computation. the latest version of Sage on my university's cluster is 7.3. one of the functions (lovasz_number) requires the optional csdp package. i'm not allowed to install additional packages myself. so i can request it - or request that 7.3 be upgraded to 7.6 - if csdb is included with 7.6. 

since lovasz_number computes on Cocalc csdb is installed there - but does that mean csbp is *included* in (the console version of) Sage 7.6? (or, even better, how can i figure out these answers on my own?)

William Stein

unread,
Jul 11, 2017, 2:26:41 PM7/11/17
to sage-s...@googlegroups.com, Harald Schilly
On Tue, Jul 11, 2017 at 11:11 AM c. e. larson <mat...@gmail.com> wrote:
i'm trying to to a large computation. the latest version of Sage on my university's cluster is 7.3. one of the functions (lovasz_number) requires the optional csdp package. i'm not allowed to install additional packages myself. so i can request it - or request that 7.3 be upgraded to 7.6 - if csdb is included with 7.6. 

since lovasz_number computes on Cocalc csdb is installed there - but does that mean csbp is *included* in (the console version of) Sage 7.6? (or, even better, how can i figure out these answers on my own?)

We install tons (100+?) of extra optional packages into every standard Sage install on CoCalc.

William
--
-- William Stein

c. e. larson

unread,
Jul 11, 2017, 2:52:38 PM7/11/17
to sage-support, h...@sagemath.com
>We install tons (100+?) of extra optional packages into every standard Sage install on CoCalc.

Is there a list of these somewhere? I've had no luck googling this. (In particular which ones are still optional and which ones are now standard - I assume some optional packages become standard over time?)

Thanks,

Craig

Dima Pasechnik

unread,
Jul 11, 2017, 2:53:57 PM7/11/17
to sage-support
current optional packages of Sage are listed at
And yes, csdp is current---although it is optional, so it needs to be installed
into 7.3 or 7.6 by issuing 'sage -i csdp' command.

Hope this explains.

Harald Schilly

unread,
Jul 11, 2017, 6:47:12 PM7/11/17
to c. e. larson, sage-support
On Tue, Jul 11, 2017 at 8:52 PM, c. e. larson <mat...@gmail.com> wrote:
>We install tons (100+?) of extra optional packages into every standard Sage install on CoCalc.

Is there a list of these somewhere? I've had no luck googling this. (In particular which ones are still optional and which ones are now standard - I assume some optional packages become standard over time?)



Hi, some day in the future™ there will be a list on the cocalc website listing all packages and libraries. Right now, it's still a little bit wild west :-)

However, there are 4 levels you have to consider:

1. Sage is Python + extras, i.e. some libraries like "csv" or "subprocess" are from Python itself.
2. Sage library and included packages
3. Optional packages and experimental ones. ← that's where csdp fits in [1]
4. additional Python and R packages (usually via pip/cran, but maybe even directly from a repository)


-- harald

Vincent Delecroix

unread,
Jul 12, 2017, 2:36:30 AM7/12/17
to sage-s...@googlegroups.com
To get the list of standard/optional/experimental packages in Sage you
can use the command line

$ sage -standard --local
[package]...............................[latest version] ([version])

alabaster...............................0.7.8.p0 (0.7.8)
appnope.................................0.1.0.p0 (0.1.0.p0)
arb.....................................2.8.1.p1 (2.8.1.p1)
babel...................................2.3.4.p0 (2.3.4)
etc

$ sage -optional --local
[package]...............................[latest version] ([version])

4ti2....................................1.6.7 (not_installed)
atlas...................................3.10.2.p3 (not_installed)
autotools...............................20141105 (not_installed)
etc

$ sage -experimental --local
[package]...............................[latest version] ([version])

compilerwrapper.........................1.2 (not_installed)
fricas..................................1.2.7 (not_installed)
gap3....................................01may17 (not_installed)
etc
Reply all
Reply to author
Forward
0 new messages