Changeset 891f0e in git


Ignore:
Timestamp:
Apr 3, 2018, 10:57:30 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
48eb3428757e54031dcc535e19b84750bf82612b
Parents:
5bf33d8dd41bde96bc4e3968366a9da4525e3bdf
Message:
fix: make check for static builds
Location:
kernel
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/test.cc

    r5bf33d r891f0e  
    4141#include "polys/clapsing.h"
    4242
    43 
    44 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    45 //extern "C" {void m2_end(int i){exit(i);}}
    46 
    47 // TODO: DUE to its use in kutil.cc :(((
    48 char * showOption(){return NULL;}
    4943
    5044#include "kernel/combinatorics/stairc.h"
  • kernel/combinatorics/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// #include "structs.h"
    6356
  • kernel/fglm/test.cc

    r5bf33d r891f0e  
    5252#include "polys/clapsing.h"
    5353
    54 
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6254// #include "structs.h"
    6355
  • kernel/groebner_walk/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// #include "structs.h"
    6356
  • kernel/linear_algebra/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// #include "structs.h"
    6356
  • kernel/maps/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// #include "structs.h"
    6356
  • kernel/numeric/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// #include "structs.h"
    6356
  • kernel/oswrapper/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// #include "structs.h"
    6356
  • kernel/spectrum/test.cc

    r5bf33d r891f0e  
    5353
    5454
    55 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    56 extern "C" {void m2_end(int i){exit(i);}}
    57 
    58 // // TODO: DUE to its use in kutil.cc :(((
    59 // char * showOption(){return NULL;}
    60 
    61 
    6255// HEADERS:
    6356#include "kernel/ideals.h"
  • kernel/test.cc

    r5bf33d r891f0e  
    4545
    4646#include "polys/clapsing.h"
    47 
    48 
    49 // // TODO: DUE to the use of HALT in npolygon.cc :(((
    50 extern "C" {void m2_end(int i){exit(i);}}
    51 
    52 // // TODO: DUE to its use in kutil.cc :(((
    53 char * showOption(){return NULL;}
    54 
    55 // // TODO: DUE to its use in feread.cc :(((
    56 char *iiArithGetCmd(int nPos){return NULL; }
    57 
    5847
    5948#include "coeffs/numbers.h"
Note: See TracChangeset for help on using the changeset viewer.