Skip to content

Commit 55c4711

Browse files
committed
update FFE to include Tinker patches through July 2025
1 parent 259c7d6 commit 55c4711

File tree

11 files changed

+30
-30
lines changed

11 files changed

+30
-30
lines changed

build/0README

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

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

10-
(1) Invoke "source build-setup.sh" or "source build-setup.csh"
11-
for bash/sh or tcsh/csh shells, respectively.
10+
(1) Invoke "source build-setup.sh" or "source build-setup.csh" for
11+
bash/sh or tcsh/csh shells, respectively.
1212

13-
(2) Next run "ant -f OSNAME.ant.xml >& build.log &". This will
14-
copy and make FFE, FFTW and Tinker, then build Tinker-FFE
15-
installation packages.
13+
(2) Next run "ant -f OSNAME.ant.xml >& build.log &". This will copy
14+
and make FFE, FFTW and Tinker, then build installation kits
15+
for Tinker-FFE.
1616

17-
(3) To build FFE only, assuming FFTW and Tinker are already
18-
compiled and present in this directory, issue the command
19-
"ant -f OSNAME.ant.xml-ffe-only" in place of step 2.
17+
(3) To build FFE only, assuming FFTW and Tinker are already built
18+
here, run the command "ant -f OSNAME.ant.xml-ffe-only" in
19+
place of step 2.
2020

build/kits/build_25.3.11.log.gz

-126 Bytes
Binary file not shown.

build/kits/build_25.3.21.log.gz

5 Bytes
Binary file not shown.

build/kits/build_25.3.31.log.gz

11 Bytes
Binary file not shown.

build/linux.build.number

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Build Number for ANT. Do not edit!
2-
#Mon Jun 23 17:54:29 EDT 2025
3-
build.number=22
2+
#Thu Jul 31 12:07:48 EDT 2025
3+
build.number=21

build/macos.build.number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Build Number for ANT. Do not edit!
2-
#Mon Jun 23 14:21:44 EDT 2025
2+
#Wed Jul 30 21:14:27 EDT 2025
33
build.number=11

build/windows.build.number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Build Number for ANT. Do not edit!
2-
#Mon Jun 23 16:16:45 BOT 2025
2+
#Thu Jul 31 14:40:53 BOT 2025
33
build.number=31

build/windows.install4j

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dirEntry mountPoint="283" file="tinker" overwriteMode="2" shared="false" fileMode="644" uninstallMode="0" overrideFileMode="true" overrideOverwriteMode="true" overrideUninstallMode="true" entryMode="direct" subDirectory="" excludeSuffixes="*.o, *.a, *.obj" dirMode="755" overrideDirMode="true">
4747
<exclude>
4848
<entry location="bin" fileType="regular" />
49-
<entry location="build-macos" fileType="regular" />
49+
<entry location="build-windows" fileType="regular" />
5050
</exclude>
5151
</dirEntry>
5252
<fileEntry mountPoint="42919" file="ffe/FFESetupWin.bat" overwriteMode="5" shared="false" fileMode="644" uninstallMode="0" overrideFileMode="false" overrideOverwriteMode="true" overrideUninstallMode="false" />

other/mesa/0README

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
Mesa Shared Library for OpenGL Emulation on Linux
44
#################################################
55

6-
The libGL.so file in this directory is a Mesa 64-bit library
7-
that runs under older Ubuntu and CentOS Linux distributions.
8-
It is from the mesa-libGL-6.5.1-7.11.e15_9.x86_64 package.
6+
The libGL.so file in this directory is a Mesa 64-bit library that
7+
runs under older Ubuntu and CentOS Linux distributions. It is from
8+
the mesa-libGL-6.5.1-7.11.e15_9.x86_64 package.
99

10-
The libEGL.so.1 file found here is the Mesa library version
11-
needed for Ubuntu 20.04 and other newer Linux distributions.
12-
If mesa is installed, the library is named libEGL_mesa.so.0
13-
in the directory /usr/lib/x86_64-linux-gnu. It should be
14-
copied here as a replacement for the system's libEGL.so.1.
10+
The libEGL.so.1 file found here is the Mesa library version needed
11+
for Ubuntu 20.04 and other newer Linux distributions. If mesa is
12+
installed, the library is named libEGL_mesa.so.0 in the directory
13+
/usr/lib/x86_64-linux-gnu. It should be copied here to replace the
14+
system's libEGL.so.1.
1515

16-
Both libraries must be placed in ffe/native/linux of the FFE
17-
source to allow FFE to run on systems missing Mesa graphics
18-
emulation or with OpenGL libraries incompatible with FFE.
16+
Both libraries must be placed in ffe/native/linux of the FFE source
17+
to allow FFE to run on systems missing Mesa graphics emulation or
18+
with OpenGL libraries incompatible with FFE.
1919

source/0README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Master Source Directory for Tinker-FFE
44
######################################
55

6-
This directory contains gzipped tar files with source code for
7-
FFE, FFTW and Tinker needed to build Tinker-FFE installation
8-
kits for Linux, macOS and Windows machines.
6+
This directory contains gzipped tar files with source code for FFE,
7+
FFTW and Tinker needed to build Tinker-FFE installation kits for
8+
Linux, macOS and Windows machines.
99

0 commit comments

Comments
 (0)