annotate src/of-quaternion-1-cross-fixes.patch @ 5504:9f9ed6a325bd

Build SUNDIALS IDA for Linux with KLU (bug #58795). * src/suitesparse.mk: Create symlinks to libraries without version suffix. * src/sundials-ida.mk: Unify build rules for all other platforms.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 31 Jul 2020 14:59:35 +0200
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