sci-libs/cddlib: remove old "unused" versions and files.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 13 Apr 2020 17:29:06 +0000 (13:29 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 13 Apr 2020 17:29:06 +0000 (13:29 -0400)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
sci-libs/cddlib/Manifest
sci-libs/cddlib/cddlib-094g.ebuild [deleted file]
sci-libs/cddlib/cddlib-094h.ebuild [deleted file]
sci-libs/cddlib/files/cdd_both_reps.c [deleted file]
sci-libs/cddlib/files/cddlib-094g-add-cdd_both_reps-binary.patch [deleted file]
sci-libs/cddlib/files/cddlib-094h-add-cdd_both_reps-binary.patch [deleted file]
sci-libs/cddlib/files/cddlib-094h-enforce-no-gmp.patch [deleted file]

index 4016b91729dbb00f900d0267a69ff6dce371ac32..d8a8441eaec1bb40213e054c0600a86923b39f58 100644 (file)
@@ -1,3 +1 @@
 DIST cddlib-0.94j.tar.gz 1364746 BLAKE2B 60e81fccf8abd8d60fb7261d1d2d61b7ad2b60285e7dfa760905e2cb5b01f1570c27920728c12fc6994135e4b29ba8e1709066ddf2e2eff00f8f48b093ebd43e SHA512 b82d5e06538a29143a79f7ba7287a1784292e28f086071041e500fd81387a30c3fca6fae9049752f57b62d50b385d73681276d42d24941e3a43893da00452ea6
-DIST cddlib-094g.tar.gz 1383388 BLAKE2B c26f201f0369a931d672b192d6fab775210d2758e980cf867cf64f34d2ff3b23d862942507ae497c37723cdfe0c7beb55fe5d6cbe02349f576349579adbd4166 SHA512 e1053c6e34f79add53b2880c7664f9c20c0a6de636aa5de4c6a9dfc4d1d241221601c37d15e1833bcd5b1162512c3fbaed4046f771bc0a1e5753b713d6840b77
-DIST cddlib-094h.tar.gz 1678116 BLAKE2B 619e26745c04338d97fb4ce2997c23a16017ed19e14dda24c9ef90b84253d5540361b4ccd68eafb65b6380cff95b58e9ec2bf587643e71084cd47ed87bdffbc9 SHA512 22160c88832b78dd568b58c1e097e4c6006f82580f1114a3ef03fc10bde98132337d5b555306b58b65aac6fea1534d9e09725907808c969de16c2dfc75f80204
diff --git a/sci-libs/cddlib/cddlib-094g.ebuild b/sci-libs/cddlib/cddlib-094g.ebuild
deleted file mode 100644 (file)
index 6a37b6d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="C implementation of the Double Description Method of Motzkin et al"
-HOMEPAGE="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/"
-SRC_URI="ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-DEPEND=">=dev-libs/gmp-4.2.2:0="
-RDEPEND="${DEPEND}"
-
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-
-DOCS=( ChangeLog README )
-
-PATCHES=(
-       "${FILESDIR}"/${P}-add-cdd_both_reps-binary.patch
-)
-
-src_prepare() {
-       autotools-utils_src_prepare
-
-       cp "${FILESDIR}"/cdd_both_reps.c "${S}"/src/ \
-               || die "failed to copy source file"
-       ln -s "${S}"/src/cdd_both_reps.c "${S}"/src-gmp/cdd_both_reps.c \
-               || die "failed to make symbolic link to source file"
-}
-
-src_install() {
-       use doc && DOCS+=( doc/cddlibman.pdf doc/cddlibman.ps )
-
-       autotools-utils_src_install
-}
diff --git a/sci-libs/cddlib/cddlib-094h.ebuild b/sci-libs/cddlib/cddlib-094h.ebuild
deleted file mode 100644 (file)
index 217d76f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils ltprune
-
-DESCRIPTION="C implementation of the Double Description Method of Motzkin et al"
-HOMEPAGE="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"
-SRC_URI="ftp://ftp.math.ethz.ch/users/fukudak/cdd/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs tools"
-
-DEPEND="dev-libs/gmp:0="
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog README )
-
-PATCHES=(
-       "${FILESDIR}"/${P}-add-cdd_both_reps-binary.patch
-       "${FILESDIR}"/${P}-enforce-no-gmp.patch
-)
-
-src_prepare() {
-       default
-       sed -e 's|localdebug=dd_TRUE|localdebug=dd_FALSE|g' \
-               -i lib-src/cddlp.c -i lib-src-gmp/cddlp.c -i lib-src-gmp/cddlp_f.c || die
-       cp "${FILESDIR}"/cdd_both_reps.c src || die
-       ln -s "${S}"/src/cdd_both_reps.c "${S}"/src-gmp/cdd_both_reps.c || die
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       use tools || rm "${ED}"/usr/bin/*
-       use static-libs || prune_libtool_files --all
-       use doc && dodoc doc/cddlibman.pdf
-}
diff --git a/sci-libs/cddlib/files/cdd_both_reps.c b/sci-libs/cddlib/files/cdd_both_reps.c
deleted file mode 100644 (file)
index 3de4247..0000000
+++ /dev/null
@@ -1,255 +0,0 @@
-/* cdd_both_reps.c: compute reduced H and V representation of polytope
-   by Volker Braun <vbraun@stp.dias.ie>
-   
-   The input is taken from stdin and can be either a 
-   H or V representation, not necessarily reduced.
-
-   based on testcdd1.c, redcheck.c, and of course the cdd library
-   written by Komei Fukuda, fukuda@ifor.math.ethz.ch
-   Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd
-*/
-
-/*  This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
-#include "setoper.h"
-#include "cdd.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <time.h>
-#include <math.h>
-#include <string.h>
-
-
-
-
-
-void compute_adjacency(dd_MatrixPtr Rep, dd_ErrorType* err_ptr)
-{
-  dd_SetFamilyPtr AdjacencyGraph;
-  if (*err_ptr != dd_NoError) return;
-
-  switch (Rep->representation) {
-  case dd_Inequality: 
-    printf("Facet graph\n");
-    break;
-  case dd_Generator: 
-    printf("Vertex graph\n");
-    break;
-  case dd_Unspecified:
-    printf("unknown representation type!\n");
-  default:
-    printf("This should be unreachable!\n");
-    exit(2);
-  }
-
-  /* Output adjacency of vertices/rays/lines */
-  if (Rep->rowsize > 0) {  /* workaround for bug with empty polyhedron */
-    /* compute adjacent vertices/rays/lines */
-    AdjacencyGraph = dd_Matrix2Adjacency(Rep, err_ptr);
-    if (*err_ptr == dd_NoError) {
-      dd_WriteSetFamily(stdout,AdjacencyGraph);
-      dd_FreeSetFamily(AdjacencyGraph);
-    }
-  } else {
-    printf("begin\n");
-    printf("  0    0\n");
-    printf("end\n");
-  }
-
-  printf("\n");
-}
-
-
-void minimal_Vrep_Hrep(dd_MatrixPtr M, 
-                      dd_MatrixPtr* Vrep_ptr, dd_MatrixPtr* Hrep_ptr, 
-                      dd_ErrorType* err_ptr)
-{
-  dd_PolyhedraPtr poly;
-  dd_rowindex newpos;
-  dd_rowset impl_linset,redset;
-  dd_MatrixPtr Vrep, Hrep;
-
-  if (*err_ptr != dd_NoError) return;
-
-   /* compute the second representation */
-  poly = dd_DDMatrix2Poly(M, err_ptr);
-  if (*err_ptr != dd_NoError) return;
-
-  if (*err_ptr == dd_NoError) {
-    /* compute canonical H-representation */
-    Hrep = dd_CopyInequalities(poly);
-    if (Hrep->rowsize > 0) {  /* workaround for bug with empty matrix */
-      dd_MatrixCanonicalize(&Hrep, &impl_linset, &redset, &newpos, err_ptr);
-      if (*err_ptr == dd_NoError) {
-       set_free(redset);
-       set_free(impl_linset);
-       free(newpos);
-      }
-    }
-    if (*err_ptr == dd_NoError) (*Hrep_ptr) = Hrep;
-  }
-
-  if (*err_ptr == dd_NoError) {
-    /* compute canonical V-representation */
-    Vrep = dd_CopyGenerators(poly);
-    if (Vrep->rowsize > 0) {  /* workaround for bug with empty matrix */
-      dd_MatrixCanonicalize(&Vrep, &impl_linset, &redset, &newpos, err_ptr);
-      if (*err_ptr == dd_NoError) {
-       set_free(redset);
-       set_free(impl_linset);
-       free(newpos);
-      }
-    }
-    if (*err_ptr == dd_NoError) (*Vrep_ptr) = Vrep;
-  }
-
-  dd_FreePolyhedra(poly);
-}
-
-
-void print_both_reps(dd_MatrixPtr Vrep, dd_MatrixPtr Hrep)
-{
-  /* Output V-representation */
-  dd_WriteMatrix(stdout,Vrep);
-  printf("\n");
-
-  /* Output H-representation */
-  dd_WriteMatrix(stdout,Hrep);
-  printf("\n");
-}
-
-
-void compute_both_reps(dd_MatrixPtr M, dd_ErrorType* err_ptr)
-{
-  dd_MatrixPtr Vrep, Hrep;
-  minimal_Vrep_Hrep(M, &Vrep, &Hrep, err_ptr);
-  if (*err_ptr != dd_NoError) return;
-
-  print_both_reps(Vrep, Hrep);
-  dd_FreeMatrix(Hrep);
-  dd_FreeMatrix(Vrep);
-}
-
-
-void compute_all(dd_MatrixPtr M, dd_ErrorType* err_ptr)
-{
-  dd_MatrixPtr Vrep, Hrep;
-  minimal_Vrep_Hrep(M, &Vrep, &Hrep, err_ptr);
-  if (*err_ptr != dd_NoError) return;
-
-  print_both_reps(Vrep, Hrep);
-  compute_adjacency(Vrep, err_ptr);
-  compute_adjacency(Hrep, err_ptr);
-  dd_FreeMatrix(Hrep);
-  dd_FreeMatrix(Vrep);
-}
-
-
-
-void usage(char *name)
-{
-  printf("No known option specified, I don't know what to do!\n"
-        "Usage:\n"
-        "%s --option\n"
-        "where --option is precisely one of the following:\n\n"
-        "  --all: Compute everything.\n"
-        "    This will compute minimal H-,V-representation and vertex and facet graph.\n"
-        "\n"
-        "  --reps: Compute both a minimal H- and minimal V-representation.\n"
-        "\n"
-        "  --adjacency: Compute adjacency information only.\n"
-        "    The input is assumed to be a minimal representation, as, for example, computed\n"
-        "    by --reps. Warning, you will not get the correct answer if the input\n"
-        "    representation is not minimal! The output is the vertex or facet graph,\n"
-        "    depending on the input.\n"
-        "\n"
-        "The input data is a H- or V-representation in cdd's ine/ext format and\n"
-        "is in each case read from stdin.\n", 
-        name);
-}
-
-
-enum command_line_arguments { ALL, REPS, ADJACENCY };
-
-
-int parse_arguments(char* arg, enum command_line_arguments* option)
-{
-  if (strcmp(arg,"--all")==0) {
-    *option = ALL;
-    return 0;
-  }
-  if (strcmp(arg,"--reps")==0) {
-    *option = REPS;
-    return 0;
-  }
-  if (strcmp(arg,"--adjacency")==0) {
-    *option = ADJACENCY;
-    return 0;
-  }
-  printf("Unknown option: %s\n", arg);
-  return 1;
-}
-
-
-int main(int argc, char *argv[])
-{
-  dd_ErrorType err=dd_NoError;
-  dd_MatrixPtr M;
-  enum command_line_arguments option;
-
-  if (argc!=2 || parse_arguments(argv[1],&option)) {
-    usage(argv[0]);
-    return 0;
-  } 
-
-  dd_set_global_constants(); 
-
-  /* Read data from stdin */
-  M = dd_PolyFile2Matrix(stdin, &err);
-  if (err != dd_NoError) {
-    printf("I was unable to parse the input data!\n");
-    dd_WriteErrorMessages(stdout,err);
-    dd_free_global_constants();
-    return 1;
-  }
-
-  switch (option) {
-  case ALL:
-    compute_all(M,&err);
-    break;
-  case REPS:
-    compute_both_reps(M,&err);
-    break;
-  case ADJACENCY:
-    compute_adjacency(M,&err);
-    break;
-  default:
-    printf("unreachable option %d\n", option);
-    exit(3); /* unreachable */
-  }
-  
-  /* cleanup */
-  dd_FreeMatrix(M);
-  if (err != dd_NoError) {
-    dd_WriteErrorMessages(stdout,err);
-  }
-
-  dd_free_global_constants();
-  return 0;
-}
-
-
-
diff --git a/sci-libs/cddlib/files/cddlib-094g-add-cdd_both_reps-binary.patch b/sci-libs/cddlib/files/cddlib-094g-add-cdd_both_reps-binary.patch
deleted file mode 100644 (file)
index 3aa5912..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
---- src-gmp/Makefile.am        2009-01-26 09:30:16.000000000 +0000
-+++ src-gmp/Makefile.am        2009-10-04 10:36:17.000000000 +0100
-@@ -11,7 +11,8 @@
- testcdd2_gmp \
- testlp1_gmp \
- testlp2_gmp \
--testlp3_gmp
-+testlp3_gmp \
-+cdd_both_reps_gmp 
- #cddmathlink
- scdd_gmp_SOURCES                   = simplecdd.c
-@@ -27,6 +28,7 @@
- testlp1_gmp_SOURCES                = testlp1.c
- testlp2_gmp_SOURCES                = testlp2.c
- testlp3_gmp_SOURCES                = testlp3.c
-+cdd_both_reps_gmp_SOURCES          = cdd_both_reps.c
- # cddmathlink_SOURCES                = cddmathlink.c cddmlio.h cddmlio.c
- LDADD        = ../lib-src-gmp/libcddgmp.la
---- src/Makefile.am    2009-01-26 09:30:03.000000000 +0000
-+++ src/Makefile.am    2009-10-04 10:36:17.000000000 +0100
-@@ -11,7 +11,8 @@
- testcdd2 \
- testlp1 \
- testlp2 \
--testlp3
-+testlp3 \
-+cdd_both_reps 
- #cddmathlink
- scdd_SOURCES                   = simplecdd.c
-@@ -27,6 +28,7 @@
- testlp1_SOURCES                = testlp1.c
- testlp2_SOURCES                = testlp2.c
- testlp3_SOURCES                = testlp3.c
-+cdd_both_reps_SOURCES          = cdd_both_reps.c
- # cddmathlink_SOURCES                = cddmathlink.c cddmlio.h cddmlio.c
- LDADD        = ../lib-src/libcdd.la
-
diff --git a/sci-libs/cddlib/files/cddlib-094h-add-cdd_both_reps-binary.patch b/sci-libs/cddlib/files/cddlib-094h-add-cdd_both_reps-binary.patch
deleted file mode 100644 (file)
index ba9a909..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -up cddlib-094g/src-gmp/Makefile.am.orig cddlib-094g/src-gmp/Makefile.am
---- cddlib-094g/src-gmp/Makefile.am.orig       2012-07-05 13:30:30.982562213 -0400
-+++ cddlib-094g/src-gmp/Makefile.am    2012-07-05 13:31:14.576563881 -0400
-@@ -11,7 +11,8 @@ testcdd1_gmp \
- testcdd2_gmp \
- testlp1_gmp \
- testlp2_gmp \
--testlp3_gmp
-+testlp3_gmp \
-+cdd_both_reps_gmp 
- #cddmathlink
- scdd_gmp_SOURCES                   = simplecdd.c
-@@ -27,6 +28,7 @@ testcdd2_gmp_SOURCES               = tes
- testlp1_gmp_SOURCES                = testlp1.c
- testlp2_gmp_SOURCES                = testlp2.c
- testlp3_gmp_SOURCES                = testlp3.c
-+cdd_both_reps_gmp_SOURCES          = cdd_both_reps.c
- # cddmathlink_SOURCES                = cddmathlink.c cddmlio.h cddmlio.c
- LDADD        = ../lib-src-gmp/libcddgmp.la
-diff -up cddlib-094g/src-gmp/Makefile.in.orig cddlib-094g/src-gmp/Makefile.in
-diff -up cddlib-094g/src/Makefile.am.orig cddlib-094g/src/Makefile.am
---- cddlib-094g/src/Makefile.am.orig   2012-07-05 13:34:07.449570501 -0400
-+++ cddlib-094g/src/Makefile.am        2012-07-05 13:34:32.128571446 -0400
-@@ -11,7 +11,8 @@ testshoot \
- testcdd2 \
- testlp1 \
- testlp2 \
--testlp3
-+testlp3 \
-+cdd_both_reps
- #cddmathlink
- scdd_SOURCES                   = simplecdd.c
-@@ -27,6 +28,7 @@ testcdd2_SOURCES               = testcdd
- testlp1_SOURCES                = testlp1.c
- testlp2_SOURCES                = testlp2.c
- testlp3_SOURCES                = testlp3.c
-+cdd_both_reps_SOURCES          = cdd_both_reps.c
- # cddmathlink_SOURCES                = cddmathlink.c cddmlio.h cddmlio.c
- LDADD        = ../lib-src/libcdd.la
diff --git a/sci-libs/cddlib/files/cddlib-094h-enforce-no-gmp.patch b/sci-libs/cddlib/files/cddlib-094h-enforce-no-gmp.patch
deleted file mode 100644 (file)
index bab2002..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: Don't link against gmp in the non-gmp version
- Using AC_CHECK_LIB will add -lgmp to all children, but we don't want this
- for the non-gmp variants. Instead, add -lgmp explicitly in gmp variants.
-Author: Ximin Luo <infinity0@debian.org>
-Forwarded: TBD
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/configure.in
-+++ b/configure.in
-@@ -14,8 +14,6 @@
- dnl AC_CHECK_LIB(g, main)
- dnl Replace `main' with a function in -lstdc:
- dnl AC_CHECK_LIB(stdc, main)
--dnl look for gmp:
--AC_CHECK_LIB(gmp, main)
- dnl Checks for header files.
- AC_HEADER_STDC
---- a/lib-src-gmp/Makefile.am
-+++ b/lib-src-gmp/Makefile.am
-@@ -25,4 +25,4 @@
- setoper.h
- AM_CPPFLAGS = -I$(gmpincludedir) -DGMPRATIONAL
--AM_LDFLAGS = -version-info 0:0:0
-+AM_LDFLAGS = -lgmp -version-info 0:0:0
---- a/src-gmp/Makefile.am
-+++ b/src-gmp/Makefile.am
-@@ -32,7 +32,7 @@
- # cddmathlink_SOURCES                = cddmathlink.c cddmlio.h cddmlio.c
- LDADD        = ../lib-src-gmp/libcddgmp.la
--AM_LDFLAGS   = -L$(gmplibdir)
-+AM_LDFLAGS   = -lgmp -L$(gmplibdir)
- INCLUDES     = -I../lib-src-gmp
- INCLUDES    += -I$(gmpincludedir)
- AM_CPPFLAGS  = -DGMPRATIONAL