[asl] 07/177: Fix GH#1

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:22:33 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 d9139cabd6b0ed7583803dd2645de5ca2a6e0351
Author: Avtech Scientific <z.pekar at gmail.com>
Date:   Tue Jun 2 22:02:34 2015 +0300

    Fix GH#1
---
 CMakeLists.txt              | 2 +-
 README.md                   | 6 ++----
 test/testACL/CMakeLists.txt | 2 +-
 test/testAGL/CMakeLists.txt | 2 +-
 4 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc9b3cb..8b93e28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
 # Set version number
 set(ASL_VERSION_MAJOR 0)
 set(ASL_VERSION_MINOR 1)
-set(ASL_VERSION_PATCH 0)
+set(ASL_VERSION_PATCH 1)
 set(ASL_VERSION ${ASL_VERSION_MAJOR}.${ASL_VERSION_MINOR}.${ASL_VERSION_PATCH})
 
 # Add definitions
diff --git a/README.md b/README.md
index 6bd93b7..8116700 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # ASL
 
-__Advanced Simulation Library (ASL)__ is a free and open source multiphysics simulation software package (and a tool for solving Partial Differential Equations). Its computational engine is based, among others, on the [Lattice Boltzmann methods](http://en.wikipedia.org/wiki/Lattice_Boltzmann_methods) and is written in [OpenCL](http://en.wikipedia.org/wiki/OpenCL) which enable [extraordinarily efficient deployment](http://asl.org.il/benchmarks) on a variety of massively parallel architect [...]
+__Advanced Simulation Library (ASL)__ is a free and open source multiphysics simulation software package. Its computational engine is based, among others, on the [Lattice Boltzmann Methods](http://en.wikipedia.org/wiki/Lattice_Boltzmann_methods) and is written in [OpenCL](http://en.wikipedia.org/wiki/OpenCL) which enable [extraordinarily efficient deployment](http://asl.org.il/benchmarks) on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs and GPUs up t [...]
 
 
 ## License
@@ -18,9 +18,7 @@ ASL is distributed under the free GNU Affero General Public License (AGPLv3) wit
 	- [boost](http://www.boost.org) (Boost Software License)
 	- [VTK](http://vtk.org) (BSD License)
 	- optional: [matio](https://sourceforge.net/projects/matio) (BSD License)
-2. Download
-	- and extract the [ASL source code archive](https://github.com/AvtechScientific/ASL/archive/master.zip)
-	- or "git it": `git clone https://github.com/AvtechScientific/ASL.git`
+2. Download and extract the [ASL source code archive](https://github.com/AvtechScientific/ASL/releases/latest).
 3. Create a build directory: `mkdir build-asl; cd build-asl`
 4. Use [cmake generator](http://www.cmake.org/cmake/help/v3.2/manual/cmake-generators.7.html) to produce Makefiles: `cmake -G "Unix Makefiles" ../ASL` or project files for your IDE (Visual Studio, Xcode, Eclipse, etc.): `cmake -G "Visual Studio 10" ../ASL`
 5. Run make (as root if installing into default destination `/usr/local`): `make install`
diff --git a/test/testACL/CMakeLists.txt b/test/testACL/CMakeLists.txt
index be21d78..f9fc4a1 100644
--- a/test/testACL/CMakeLists.txt
+++ b/test/testACL/CMakeLists.txt
@@ -4,7 +4,7 @@ add_executable(testVectorOfElements testVectorOfElements.cc)
 target_link_libraries(testVectorOfElements aslacl)
 
 add_executable(testMatrixOfElements testMatrixOfElements.cc)
-target_link_libraries(testMatrixOfElements aslacl asl aslmath asldata)
+target_link_libraries(testMatrixOfElements aslacl aslmath asl asldata)
 
 add_executable(testPerformance testPerformance.cc)
 target_link_libraries(testPerformance aslacl)
diff --git a/test/testAGL/CMakeLists.txt b/test/testAGL/CMakeLists.txt
index ddbb296..2537bc1 100644
--- a/test/testAGL/CMakeLists.txt
+++ b/test/testAGL/CMakeLists.txt
@@ -2,5 +2,5 @@
 include_directories(${CMAKE_SOURCE_DIR}/src)
 
 add_executable(testVTK_IO testVTK_IO.cc)
-target_link_libraries(testVTK_IO asl aslnum aslvtk)
+target_link_libraries(testVTK_IO aslnum aslvtk asl)
 

-- 
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