diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-24 18:37:31 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-24 18:37:31 +0800 |
commit | e005d5e551045ba709fad36ee0d2d5516e6ca215 (patch) | |
tree | e1f4df0899548c4efd2f4ab436836827ef9d4727 /math/Makefile | |
parent | d06bb3f0363fd8c4bc9de845c780d1fe2be455b5 (diff) | |
download | freebsd-ports-gnome-e005d5e551045ba709fad36ee0d2d5516e6ca215.tar.gz freebsd-ports-gnome-e005d5e551045ba709fad36ee0d2d5516e6ca215.tar.zst freebsd-ports-gnome-e005d5e551045ba709fad36ee0d2d5516e6ca215.zip |
- Update math/freemat to version 4.2 and clean up the port.
- Support JIT compilation using Clang/LLVM 3.3.
- Add desktop entry.
- Remove math/freemat-mpi. It has been marked IGNORE for almost 7 years
since the removal of MPI support in FreeMat 3.0.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index a1c4220be59c..ccc4ec1d4892 100644 --- a/math/Makefile +++ b/math/Makefile @@ -127,7 +127,6 @@ SUBDIR += fpc-numlib SUBDIR += freefem SUBDIR += freemat - SUBDIR += freemat-mpi SUBDIR += fricas SUBDIR += fxt SUBDIR += galculator |