diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2011-11-26 09:42:55 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:42:55 -0600 |
commit | 5bf14287189b807744d60b83755494c90495ea64 (patch) | |
tree | 5b33b8537e03ffa626ff2fc2d5980cac68c4a72c /academic/scilab/profile.d | |
parent | 520c06233d0c54c485b1ee32829b01a09b9ef7a6 (diff) | |
download | slackbuilds-5bf14287189b807744d60b83755494c90495ea64.tar.gz |
academic/scilab: Added (numerical computing package)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/scilab/profile.d')
-rw-r--r-- | academic/scilab/profile.d/scilab.csh | 6 | ||||
-rw-r--r-- | academic/scilab/profile.d/scilab.sh | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/academic/scilab/profile.d/scilab.csh b/academic/scilab/profile.d/scilab.csh new file mode 100644 index 0000000000..a1819556e0 --- /dev/null +++ b/academic/scilab/profile.d/scilab.csh @@ -0,0 +1,6 @@ +#!/bin/csh + +setenv PATH ${PATH}:/opt/scilab/bin + +setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/opt/scilab/lib/pkgconfig + diff --git a/academic/scilab/profile.d/scilab.sh b/academic/scilab/profile.d/scilab.sh new file mode 100644 index 0000000000..387c42c9c9 --- /dev/null +++ b/academic/scilab/profile.d/scilab.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +PATH=${PATH}:/opt/scilab/bin +export PATH + +PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/scilab/lib/pkgconfig +export PKG_CONFIG_PATH + |