Skip to content

Commit b5e7a0d

Browse files
committed
update full Tinker-FFE package to version 8.10.1
1 parent fc36ada commit b5e7a0d

File tree

170 files changed

+501
-481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+501
-481
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ other/java/jre*
55
other/java/linux*
66
other/java/macos*
77
other/java/windows*
8+
source/tinker

build/0README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Protocol for Building Tinker-FFE Installation Kits
44
##################################################
55

6-
In order to build a Tinker-FFE installation kit, perform each
7-
step listed below. For steps 2 and 3, OSNAME should be replaced
8-
with one of "linux", "macos" or "windows".
6+
In order to build a Tinker-FFE installation kit, perform the
7+
steps below. For steps 2 and 3, OSNAME should be replaced with
8+
one of "linux", "macos" or "windows".
99

1010
(1) Invoke "source build-setup.sh" or "source build-setup.csh"
1111
for bash/sh or tcsh/csh shells, respectively.

build/build-setup.csh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ setenv BLD $HOME/ffe/build
22
setenv TLS $BLD/buildtools
33

44
setenv ANT_HOME $TLS/ant
5-
setenv ANT_OPTS "-Xms512M -Xmx1G"
5+
setenv ANT_OPTS "-Xms2048M -Xmx4096M"
66
setenv ANT_ARGS ""
77
set path = ($ANT_HOME/bin . .. $path)

build/build-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export TLS
55

66
ANT_HOME="$TLS/ant"
77
export ANT_HOME
8-
ANT_OPTS="-Xms512M -Xmx1G"
8+
ANT_OPTS="-Xms2048M -Xmx4096M"
99
export ANT_OPTS
1010
ANT_ARGS=""
1111
export ANT_ARGS

build/build.log-linux

Lines changed: 51 additions & 44 deletions
Large diffs are not rendered by default.

build/build.log-macos

Lines changed: 43 additions & 41 deletions
Large diffs are not rendered by default.

build/build.log-windows

Lines changed: 109 additions & 99 deletions
Large diffs are not rendered by default.

build/kits/0README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
################################
55

66
This directory contains the complete installation kits for
7-
the Tinker-FFE package running on Linux, MacOS and Windows.
7+
the Tinker-FFE package running on Linux, macOS and Windows.
88

build/kits/build_8.10.11.log.gz

37.4 KB
Binary file not shown.

build/kits/build_8.10.21.log.gz

42.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)