Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52000 Details for
Bug 74193
sci-mathematics/mupad-4.0 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for MuPAD 3.1.1 (sci-mathematics/mupad)
mupad-3.1.1.ebuild (text/plain), 1.84 KB, created by
Jonathan Stickel
on 2005-02-23 16:34:05 UTC
(
hide
)
Description:
ebuild for MuPAD 3.1.1 (sci-mathematics/mupad)
Filename:
MIME Type:
Creator:
Jonathan Stickel
Created:
2005-02-23 16:34:05 UTC
Size:
1.84 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header:$ > >inherit eutils >VER="MuPAD-3.1.1" >MY_P="mupad_linux_311" # using .tgz file rather than .rpm; JJS 2/23/05 > >DESCRIPTION="MuPAD is an open computer algebra system" >SRC_URI="ftp://ftp.mupad.de/MuPAD/distrib/unix/${MY_P}.tgz" >HOMEPAGE="http://research.mupad.de/home.html" >SLOT="0" >KEYWORDS="~x86" >LICENSE="mupad" >IUSE="" > >DEPEND="virtual/libc > !sci-mathematics/mupad-scilab" # shouldn't have both mupad and mupad-scilab installed at the same time; JJS 2/23/05 >RDEPEND=">=dev-lang/tk-8.3" > >src_unpack() { > cd ${WORKDIR} > tar -xzvf ${DISTDIR}/${A} >} > >src_install() { > dodir /opt/MuPAD > mv ${WORKDIR}/* ${D}/opt/MuPAD/. > > cd ${D}/opt/MuPAD/share/bin > FILES=$(ls -1) > # hard-code mupad install directory in the run scripts > for FILE in ${FILES} > do > sed -i /SHARE_BIN=/,/export\ MuPAD_ROOT_PATH/d ${FILE} > sed -i s':# Special settings to run MuPAD without any local modifications:MuPAD_ROOT_PATH=/opt/MuPAD\ >export MuPAD_ROOT_PATH:'g ${FILE} > done > > dodir /opt/bin > cd ${D}/opt/bin > for FILE in ${FILES} > do > ln -s ../MuPAD/share/bin/${FILE} . > done >} > >pkg_postinst() { > echo "" > einfo "SOME IMPORTANT NOTES:" > einfo "" > einfo " - This version of MuPAD has does not have Scilab functionality" > einfo " integrated. If you want Scilab integrated, emerge mupad-scilab" > einfo "" > einfo " - MuPAD is only free for non-commercial use. Visit" > einfo " http://www.mupad.com/ for commercial downloads." > einfo "" > einfo " - In this non-commercial version, you must register to" > einfo " obtain a license key in order to deactivate the memory" > einfo " limit. The memory limit prevents large calculations." > einfo " Read the documentation or visit" > einfo "" > einfo " ${HOMEPAGE}" > einfo "" > einfo " for more info." > echo "" >} > > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74193
:
50536
| 52000 |
52001
|
52434
|
123893