[Rquantlib-commits] r307 - deprecated pkg/RQuantLib
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 30 22:20:10 CET 2010
Author: edd
Date: 2010-11-30 22:20:08 +0100 (Tue, 30 Nov 2010)
New Revision: 307
Added:
deprecated/configure.win
Removed:
pkg/RQuantLib/configure.win
Log:
move (empty) configure.win to deprecated
Copied: deprecated/configure.win (from rev 302, pkg/RQuantLib/configure.win)
===================================================================
--- deprecated/configure.win (rev 0)
+++ deprecated/configure.win 2010-11-30 21:20:08 UTC (rev 307)
@@ -0,0 +1,8 @@
+# this file is now a null-op though we could test for QUANTLIB_ROOT
+
+if test -z "${QUANTLIB_ROOT}"; then
+ echo "You need to set a variable QUANTLIB_ROOT that points to a directory"
+ echo "containing directories ql/ and lib/ with QuantLib headers and library"
+ echo "as well as a directory boost/ with Boost headers."
+ exit 1
+fi
Deleted: pkg/RQuantLib/configure.win
===================================================================
--- pkg/RQuantLib/configure.win 2010-11-15 15:48:03 UTC (rev 306)
+++ pkg/RQuantLib/configure.win 2010-11-30 21:20:08 UTC (rev 307)
@@ -1,8 +0,0 @@
-# this file is now a null-op though we could test for QUANTLIB_ROOT
-
-if test -z "${QUANTLIB_ROOT}"; then
- echo "You need to set a variable QUANTLIB_ROOT that points to a directory"
- echo "containing directories ql/ and lib/ with QuantLib headers and library"
- echo "as well as a directory boost/ with Boost headers."
- exit 1
-fi
More information about the Rquantlib-commits
mailing list