Blame docker-builder-data/build/script/packet/superlu-4.1.files/mc64ad.c

0eb204
#include <stdio.h></stdio.h>
0eb204
#include <stdlib.h></stdlib.h>
0eb204
0eb204
void mc64id_(int *a)
0eb204
{
0eb204
  fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n");
0eb204
  abort();
0eb204
}
0eb204
0eb204
void mc64ad_(int *a, int *b, int *c, int d[], int e[], double f[],
0eb204
             int *g, int h[], int *i, int j[], int *k, double l[],
0eb204
             int m[], int n[])
0eb204
{
0eb204
  fprintf(stderr, "SuperLU: MC64 functionality not available (it uses non-free code). Aborting.\n");
0eb204
  abort();
0eb204
}