annotate src/of-quaternion-1-cross-fixes.patch @ 4339:07671a76e291

qhull: enable qhull when compiling for 64bit (Bug #50069) * src/default-octave.mk, src/octave.mk, src/stable-octave.mk: make qhull always a dependancy, remove --without-qhull
author John D
date Thu, 19 Jan 2017 07:43:05 -0500
parents 2d8b0a2025e4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3937
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 diff -ur quaternion.orig/src/Makefile quaternion/src/Makefile
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 --- quaternion.orig/src/Makefile 2015-05-10 07:14:09.000000000 -0400
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 +++ quaternion/src/Makefile 2015-05-10 07:15:03.000000000 -0400
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 @@ -1,11 +1,13 @@
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 +MKOCTFILE ?= mkoctfile
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 all: is_real_array.oct
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 # helper
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 is_real_array.oct: is_real_array.cc
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 - mkoctfile is_real_array.cc
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 + $(MKOCTFILE) is_real_array.cc
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 clean:
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 rm -rf *.o core octave-core *.oct *~
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 realclean: clean
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 - rm -rf *.a
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 \ No newline at end of file
2d8b0a2025e4 add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 + rm -rf *.a