diff options
| author | D Haley <mycae gmx com> | 2013-04-22 03:45:40 (GMT) |
|---|---|---|
| committer | D Haley <mycae gmx com> | 2013-04-22 03:45:40 (GMT) |
| commit | ed3aa84b1a18fa4350ced6fc5189a8704bb52a55 (patch) | |
| tree | 11099f65bcac1ee88729a2ad1ddeb6413d511eb7 | |
| parent | 8746bc62e4706c07924638ef4e3e58a4eeb61ca4 (diff) | |
| download | 3Depict-master.zip 3Depict-master.tar.gz 3Depict-master.tar.bz2 | |
| -rw-r--r-- | 3Depict.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/3Depict.spec b/3Depict.spec index 5c93838..f80bca7 100644 --- a/3Depict.spec +++ b/3Depict.spec @@ -1,6 +1,6 @@ Name: 3Depict Version: 0.0.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Valued 3D point cloud visualization and analysis Group: Applications/Engineering @@ -51,7 +51,7 @@ useful for general scalar valued point data purposes. %patch1 %build -%configure --disable-debug-checks --enable-openmp-parallel +%configure --disable-debug-checks --enable-openmp-parallel --enable-mgl2 make %{?_smp_mflags} %install @@ -109,7 +109,11 @@ rm -rf %{buildroot} %changelog -* Sun Mar 23 2013 D Haley <mycae(a!t)gmx.com> - 0.0.13-1 +* Fri Apr 12 2013 D Haley <mycae(a!t)gmx.com> - 0.0.13-2 +- Rebuild for mathgl 2 change +- Enable mathgl2 in configure + +* Fri Apr 12 2013 D Haley <mycae(a!t)gmx.com> - 0.0.13-1 - Update to 0.0.13 * Sun Mar 23 2013 D Haley <mycae(a!t)gmx.com> - 0.0.12-4 |
