This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CMakeModules/FindPlplot.cmake b/CMakeModules/FindPlplot.cmake | |
index a503f8c..ad13e7a 100644 | |
--- a/CMakeModules/FindPlplot.cmake | |
+++ b/CMakeModules/FindPlplot.cmake | |
@@ -9,8 +9,8 @@ | |
# | |
-find_library(PLPLOT_LIBRARY NAMES plplotd) | |
-find_library(PLPLOTCXX_LIBRARY NAMES plplotcxxd) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin_PROGRAMS = plplot-test | |
plplot_test_SOURCES = main.cpp \ | |
PLplotWindow.h \ | |
PLplotWindow.cpp \ | |
PLplotDrawingArea.h \ | |
PLplotDrawingArea.cpp | |
plplot_test_CPPFLAGS= $(plplotcxx_CFLAGS) $(gtkmm_CFLAGS) | |
plplot_test_LDADD = $(plplotcxx_LIBS) $(gtkmm_LIBS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-05-25 14:55:34 +0100 | |
./configure | |
--prefix=/usr/local/Cellar/gdal/1.11.2_1 | |
--mandir=/usr/local/Cellar/gdal/1.11.2_1/share/man | |
--disable-debug | |
--with-local=/usr/local/Cellar/gdal/1.11.2_1 | |
--with-threads | |
--with-libtool | |
--with-pcraster=internal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### | |
# | |
# SYNOPSIS | |
# | |
# AX_CHECK_CUDA | |
# | |
# DESCRIPTION | |
# | |
# Figures out if CUDA Driver API/nvcc is available, i.e. existence of: | |
# cuda.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; NSIS2 Script for GTK2-Runtime | |
; by Alexander Shaduri <ashaduri 'at' gmail.com>. | |
; Compatible with NSIS Unicode 2.45. | |
; Public Domain | |
; The naming convention is: | |
; Product: GTK2-Runtime; | |
; Directory and package names: gtk2-runtime. | |
; The reason for this is that when gtk3 comes out, it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#python bindings will only be built if all buildtools are available, hence the following automake conditional | |
if ENABLE_PYTHON | |
#our python extension module | |
pyexec_LTLIBRARIES = _mytest.la | |
_mytest_la_CFLAGS = $(PYTHON_CFLAGS) -I$(top_srcdir)/include $(PYTHON_CPPFLAGS) | |
#link to the C-library | |
#probably on Windows one will need to link against the python dll as well | |
_mytest_la_LIBADD = ../src/mytest.la | |
#the source code for our extensions module | |
#nodist because this file will be generated by swig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* compile with gcc -o gtkextra-print-export `pkg-config --cflags gtkextra-3.0` gtkextra-print-export.c `pkg-config --libs gtkextra-3.0` | |
*/ | |
#include <gtkextra/gtkextra.h> | |
#include <cairo-ps.h> | |
#include <cairo-pdf.h> | |
#include <math.h> | |
#include <string.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <curl/curl.h> | |
#include <json-glib/json-glib.h> | |
#include <string.h> | |
#include <stdlib.h> | |
/* | |
* | |
* This code allows for the checking of available updates by parsing the JSON output obtained | |
* through requesting the tags from the GitHub repo of XMI-MSIM |
NewerOlder