Changeset 1673507 in git
- Timestamp:
- Jan 8, 2013, 11:52:40 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7ee69f18c3d270f0f8b59dc03b0c276d7066146b
- Parents:
- 8836a9f43c10a0aea1e3ab6a8d9ecf52fe6a9128
- git-author:
- Max Horn <max@quendi.de>2013-01-08 23:52:40+01:00
- git-committer:
- Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-10 16:45:07+01:00
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog.310
r8836a9 r1673507 86 86 Changes w.r.t 3-1-0-1: 87 87 - 3-1-0-2 Wed May 6 12:34:23 CEST 2009 88 - TMPDIR causes problems on Mac OsX builds (or fails): renamed to SI_TMPDIR88 - TMPDIR causes problems on Mac OS X builds (or fails): renamed to SI_TMPDIR 89 89 - better error handling in assigning qring 90 90 - attributes which depend on the ring: cleanup fixed (see Tst/Short/bug_tr134) -
doc/INSTALL_mac.texi
r8836a9 r1673507 14 14 15 15 This is the final distribution of @sc{Singular} as MPW tool. 16 Newer versions of @sc{Singular} will only be available for Mac OS X (which is handled like other @sc{Unix}-systems).16 Newer versions of @sc{Singular} will only be available for Mac OS X (which is handled like other @sc{Unix}-systems). 17 17 To install @sc{Singular} on a Macintosh (PPC only), you need the file @code{Singular-2-0-2-ppc-MPW.sea.hqx} resp. @code{Singular-2-0-2-ppc-MPW.hqx} which you can obtain by public ftp from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular}. 18 18 Furthermore, you need MacOS version >= 8.5 with an installed MPW shell. … … 22 22 23 23 24 @heading Installing @sc{Singular} on Mac OS X24 @heading Installing @sc{Singular} on Mac OS X 25 25 26 26 Please see @uref{INSTALL_unix.html}. 27 In contrast to other Unix systems, under Mac OS X, @sc{Singular} is only available as a shell command and there is no Emacs interface.27 In contrast to other Unix systems, under Mac OS X, @sc{Singular} is only available as a shell command and there is no Emacs interface. 28 28 Enter @code{Singular} in a terminal under Aqua to run @sc{Singular}. 29 29 Alternatively, you may choose @code{Terminal} as the application to open the file @code{Singular} with and put it into the dock. -
doc/INSTALL_osx.texi
r8836a9 r1673507 8 8 9 9 @ifclear singularmanual 10 @majorheading Installation instructions for @sc{Singular} on a Macintosh (Mac OS X)10 @majorheading Installation instructions for @sc{Singular} on a Macintosh (Mac OS X) 11 11 12 12 13 13 @heading Installation preliminaries 14 14 15 To install @sc{Singular} on a Macintosh, you need the file @code{Singular-<version>-ppcMac-darwin.tar.gz} resp. @code{Singular-<version>-share.tar.gz} which you can obtain by public ftp from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular}. Furthermore, you need Mac OSX version >= 10.2.15 To install @sc{Singular} on a Macintosh, you need the file @code{Singular-<version>-ppcMac-darwin.tar.gz} resp. @code{Singular-<version>-share.tar.gz} which you can obtain by public ftp from @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular}. Furthermore, you need Mac OSX version >= 10.2. 16 16 17 17 @include register.texi 18 18 19 @heading Installing @sc{Singular} on Mac OS X19 @heading Installing @sc{Singular} on Mac OS X 20 20 21 21 Please see @uref{INSTALL_unix.html}. Full functionality of @sc{Singular} requires the presence of the X-window 22 environment. In the absense of X under Mac OS X, @sc{Singular} is only available as a shell command, that is22 environment. In the absense of X under Mac OS X, @sc{Singular} is only available as a shell command, that is 23 23 there are no @code{TSingular} and @code{ESingular}. @sc{Singular} can only be used by typing @code{Singular} 24 24 in a terminal under Aqua. Alternatively, you may choose @code{Terminal} as the application to open the file @code{Singular} with and put it into the dock. The last step is easier under 10.3 (Panther), because the binaries already -
doc/NEWS.texi
r8836a9 r1673507 609 609 @item @sc{Singular} is available for ix86-Linux, 610 610 SunOS-5, IRIX-6, ix86-Win (runs on Windows 95/98/NT4/2000/XP/Vista), 611 FreeBSD, Mac OS X, x86_64-Linux (AMD64/Opteron/EM64T),611 FreeBSD, Mac OS X, x86_64-Linux (AMD64/Opteron/EM64T), 612 612 IA64-Linux 613 613 @end itemize -
m4/ax_python_embed.m4
r8836a9 r1673507 301 301 # other included Frameworks. However, it is necessary 302 302 # where someone has installed more than one frameworked 303 # Python. Frameworks are really only used in Mac OSX.303 # Python. Frameworks are really only used in Mac OS X. 304 304 strLibFW = dictConfig.get("PYTHONFRAMEWORKPREFIX") 305 305 if strLibFW and (strLibFW != ""): -
singuname.sh
r8836a9 r1673507 203 203 exit 1 204 204 fi 205 # Darwin/Mac OS X ##############################################205 # Darwin/Mac OS X ############################################## 206 206 elif (echo $uname_m | $egrep "Power Macintosh" > $devnull) 207 207 then
Note: See TracChangeset
for help on using the changeset viewer.