summarylogtreecommitdiffstats
path: root/armadillo.install
diff options
context:
space:
mode:
authorJoey Dumont2015-06-11 14:54:28 -0400
committerJoey Dumont2015-06-11 14:54:28 -0400
commit1b4b22aaf3b8bc0eee8296bb98b49ee7eafa0f72 (patch)
treeb3497b1ef0d03ac1617d9927e98acd1cd546e24f /armadillo.install
downloadaur-1b4b22aaf3b8bc0eee8296bb98b49ee7eafa0f72.tar.gz
Added armadillo to AUR4.
Diffstat (limited to 'armadillo.install')
-rw-r--r--armadillo.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/armadillo.install b/armadillo.install
new file mode 100644
index 000000000000..8ac337144c0f
--- /dev/null
+++ b/armadillo.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ if [ $(vercmp $2 5.000.0-1) -lt 0 ]; then
+ echo "Version 5.000.0 now uses 64-bit integer by default with C++11 compilers. Verify if this impacts your code. This behaviour can be changed in the config.hpp file."
+ fi
+} \ No newline at end of file