Skip to content
Snippets Groups Projects

Add Mili library build and enable Mili reader

Merged Cory Quammen requested to merge cory.quammen/paraview-superbuild:mili-reader into master
8 files
+ 873
0
Compare changes
  • Side-by-side
  • Inline
Files
8
  • 97ecf48a
    mili: add Mili 15.1 project · 97ecf48a
    Cory Quammen authored
    This project downloads the Mili 15.1 library source code, extracts it,
    applies a few patches needed to the configuration and source code, and
    builds it. The build is a little unusual in that the Makefile
    generated by the configure step is within a subdirectory. Hence, the
    build and install steps are added by separate calls to
    superbuild_project_add_step. Furthermore, the install command is
    broken in the project's Makefile, so we install libraries and headers
    manually instead.
From e2562d32e496b31acf4f4f099997af094e0e56ba Mon Sep 17 00:00:00 2001
From: Cory Quammen <cory.quammen@kitware.com>
Date: Mon, 10 Jun 2019 00:08:55 -0400
Subject: [PATCH] Darwin patch 1
---
src/mesh_u.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesh_u.c b/src/mesh_u.c
index a7e71d7..b743697 100755
--- a/src/mesh_u.c
+++ b/src/mesh_u.c
@@ -38,7 +38,7 @@
#include <string.h>
#ifndef _MSC_VER
-#include <values.h>
+#include <limits.h>
#include <sys/time.h>
#endif
#include <time.h>
--
2.10.1
Loading