Skip to content

Commit f205140

Browse files
committed
update to Tinker-FFE 25.3 & Amazon Corretto Java 11
1 parent a3f29c5 commit f205140

File tree

284 files changed

+2582
-5881
lines changed

Some content is hidden

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

284 files changed

+2582
-5881
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
build/buildtools/ant
22
build/buildtools/groovy
33
build/kits/Tinker-FFE*
4-
other/java/jdk*
5-
other/java/jre*
6-
other/java/linux*
7-
other/java/macos*
8-
other/java/windows*
4+
other/java/amazon*
5+
other/java/java*
96
source/tinker

0README

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
that provides a GUI interface to the Tinker programs.
1010

1111
The /source area has full source code for FFE itself, the FFTW
12-
Fourier Transform package, the APBS Poisson-Boltzmann solver,
13-
and Tinker. Compressed .tgz archive files for these packages
14-
are used directly when building FFE.
12+
Fourier Transform package and Tinker. Compressed .tgz archive
13+
files for these packages are used directly when building FFE.
1514

1615
The /other area contains code and libraries for many additional
1716
pieces needed for FFE, such as bundled Java JREs, Java3D, ant,
@@ -26,7 +25,7 @@
2625
The current directory has pieces to build Tinker-FFE, except
2726
for the following: (1) a C/C++/Fortran compiler suite, the GNU
2827
compilers are recommended, (2) a locally installed version of
29-
Java 8, and (3) the install4j Java installer builder. Note
28+
Java 11, and (3) the install4j Java installer builder. Note
3029
install4j is a commercial package. The full GUI version is not
3130
needed, only a command line version of the install4jc compiler
3231
is required.

build/build.log-linux

Lines changed: 197 additions & 239 deletions
Large diffs are not rendered by default.

build/build.log-macos

Lines changed: 255 additions & 291 deletions
Large diffs are not rendered by default.

build/build.log-windows

Lines changed: 273 additions & 320 deletions
Large diffs are not rendered by default.

build/buildtools/0README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
##################################################
55

66
Provided in this directory is an installation of Apache ant 1.9.6
7-
used with the Install4j scripts that build Force Field Explorer,
8-
and groovy 2.4.4 used to compiler the Tinker-FFE terminal window.
7+
used with the install4j scripts that build Force Field Explorer.
8+
This ant directory is linked by the ANT_HOME environment variable
9+
set in the "build-setup" scripts in the main FFE directory.
910

build/kits/build_25.2.11.log.gz

-26.3 KB
Binary file not shown.

build/kits/build_25.2.21.log.gz

-28.8 KB
Binary file not shown.

build/kits/build_25.2.31.log.gz

-26.6 KB
Binary file not shown.

build/kits/build_25.3.11.log.gz

26.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)