Changeset f2f7da in git


Ignore:
Timestamp:
Mar 19, 2021, 3:41:51 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2c5e6915fcb7bea0992cbde73d5924fccef312af
Parents:
e8b6b3f6db0ff6cd2d7a2e771c5c2be12ce99ae952faf17cb6bb37a065136b8a7cf05714af39bb84
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-03-19 15:41:51+01:00
git-committer:
GitHub <noreply@github.com>2021-03-19 15:41:51+01:00
Message:
Merge pull request #1064 from kliem/reorder_cdd_preference

prefer cddlib/ over cdd/
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/gfan.h

    re8b6b3 rf2f7da  
    1414
    1515#include "gfanlib/config.h"
     16#ifdef HAVE_CDDLIB_SETOPER_H
     17#include <cddlib/setoper.h>
     18#include <cddlib/cdd.h>
     19#include <cddlib/cddmp.h>
     20#else
    1621#ifdef HAVE_CDD_SETOPER_H
    1722#include <cdd/setoper.h>
    1823#include <cdd/cdd.h>
    1924#include <cdd/cddmp.h>
    20 #elif HAVE_CDDLIB_SETOPER_H
    21 #include <cddlib/setoper.h>
    22 #include <cddlib/cdd.h>
    23 #include <cddlib/cddmp.h>
    2425#else
    2526#include <setoper.h>
    2627#include <cdd.h>
    2728#include <cddmp.h>
     29#endif
    2830#endif
    2931#include "bbfan.h"
  • gfanlib/gfanlib_zcone.cpp

    re8b6b3 rf2f7da  
    1515extern "C"
    1616{
     17#ifdef HAVE_CDDLIB_SETOPER_H
     18#include <cddlib/setoper.h>
     19#include <cddlib/cdd.h>
     20#else
    1721#ifdef HAVE_CDD_SETOPER_H
    1822#include <cdd/setoper.h>
    1923#include <cdd/cdd.h>
    20 #else
    21 #ifdef HAVE_CDDLIB_SETOPER_H
    22 #include <cddlib/setoper.h>
    23 #include <cddlib/cdd.h>
    2424#else
    2525#include <setoper.h>
Note: See TracChangeset for help on using the changeset viewer.