[asl] 124/177: Small fixes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:22:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository asl.

commit 6e6700eaf646fc93db218df570cd0fe995cf804e
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Wed Jul 29 13:49:40 2015 +0300

    Small fixes
---
 NEWS.md                     | 1 +
 README.md                   | 4 ++--
 cmake/ASLBuildOptions.cmake | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 7ea48f6..4a8ebf3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,3 +3,4 @@
 ## 0.1.5
 
 - bug fixes
+- improved tests
diff --git a/README.md b/README.md
index ae2e4ba..60799e4 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ Professional consulting, training and integration services are provided by [Avte
 ### Installation
 
 1. Install [cmake](http://cmake.org) (>=3.0.2, BSD License) and the required libraries:
-	- [OpenCL](https://www.khronos.org/opencl) (1.1 or 1.2 (2.0 supplies no C++ bindings), OpenCL Specification License)
-	- [C++ bindings for OpenCL](https://www.khronos.org/registry/cl/api/1.1/cl.hpp) (1.1 or 1.2 (2.0 supplies no C++ bindings), OpenCL Specification License)
+	- [OpenCL](https://www.khronos.org/opencl) (=1.2 (2.0 supplies no C++ bindings), OpenCL Specification License)
+	- [C++ bindings for OpenCL](https://www.khronos.org/registry/cl/api/1.2/cl.hpp) (=1.2 (2.0 supplies no C++ bindings), OpenCL Specification License)
 	- [boost](http://www.boost.org) (>=1.55, Boost Software License)
 	- [VTK](http://vtk.org) (>=6.1, BSD License)
 	- [optional](https://github.com/AvtechScientific/ASL/blob/master/cmake/ASLBuildOptions.cmake#L3): Matlab support with [matio](https://sourceforge.net/projects/matio) (>=1.5.2, BSD License)
diff --git a/cmake/ASLBuildOptions.cmake b/cmake/ASLBuildOptions.cmake
index 66de4f5..58f2546 100644
--- a/cmake/ASLBuildOptions.cmake
+++ b/cmake/ASLBuildOptions.cmake
@@ -2,4 +2,4 @@ option(BUILD_SHARED_LIBS "Build shared libraries" ON)
 option(WITH_EXAMPLES "Build with examples" ON)
 option(WITH_MATIO "Build with Matlab support" OFF)
 option(WITH_API_DOC "Compile doxygen API documentation" OFF)
-option(WITH_TESTS "Build with tests" ON)
\ No newline at end of file
+option(WITH_TESTS "Build with tests" OFF)
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git



More information about the debian-science-commits mailing list