Inari Listenmaa
4fea7cf37f
Update release scripts for 3.12
2025-08-08 18:11:52 +02:00
John J. Camilleri
dbb0bcc5dd
Minors in comments
2020-11-17 00:44:05 +01:00
John J. Camilleri
30bcafb76f
Re-enable hack for finding C runtime on macOS
2020-11-16 23:18:40 +01:00
John J. Camilleri
2dc11524fc
Remove RGL from build, use 'cabal v1-' commands
2020-11-16 22:42:13 +01:00
John J. Camilleri
359f1509fa
Blurt out cabal version in both action and build script
2020-11-09 21:59:05 +01:00
John J. Camilleri
b1b3bc3360
Install C runtime in two places. Use cabal v1-copy.
2020-11-09 21:40:55 +01:00
John J. Camilleri
9018eabb10
Add libtool finish command from warning
2020-11-09 21:35:17 +01:00
John J. Camilleri
ed97a42fde
Try it another way round
2020-11-09 21:23:52 +01:00
John J. Camilleri
f6eb94c33b
Try removing something that looks like a typo
2020-11-09 21:12:23 +01:00
John J. Camilleri
399974ebfb
Fix whitespace in binary build script
2020-11-09 13:55:53 +01:00
Thomas Hallgren
12e55c93c0
Fix another build problem in bin/build-binary-dist.sh
...
Make sure the dynamic C runtime libraries are found when running GF to
compile the RGL
2019-11-27 14:31:45 +01:00
Thomas Hallgren
14e5528544
Fix build problems, bump versiom to gf-3.10.4-git
...
debian/rules and bin/build-binary-dist.sh needed to be adepted to changes
in how INSTALLPATH is used in src/runtime/java/Makefile.
2019-11-18 15:54:44 +01:00
Thomas Hallgren
61e7df4d1c
Fix outdated comment about which version of the Haskell Platform to use
2019-04-05 16:38:12 +02:00
Thomas Hallgren
883a7a95a1
build-binary-dist.sh: make it easy to choose which version of ghc to use
2018-12-01 15:53:27 +01:00
Thomas Hallgren
32ce03dc94
bin/build-binary-dist.sh: include the RGL in binary distributions
...
TODO: the corresponding changes in debian/rules
2018-11-28 17:27:29 +01:00
Thomas Hallgren
2d85550e54
Final changes before the release of GF 3.9
2017-08-11 21:11:24 +02:00
hallgren
ab138e5a8c
bin/build-binary-dist.sh: fixes for the Java and Python bindings.
...
* Just skip the Java binding if there were errors compiling it.
* Install the Python binding in the expected place on Mac OS X when creating
an OS X installer package. (i.e. under /Library/Python/2.7/site-packages)
Also updated the 3.8 download page and release notes to reflect the above.
2016-06-20 14:11:45 +00:00
hallgren
41171be5a6
Fix a problem building the Java binding when creating binary packages
...
Pass -I and -L flags to gcc so that the C run-time system can be found.
Also added a line in src/runtime/java/Makefile to install jpgf.jar.
2016-04-25 14:21:04 +00:00
hallgren
1454953391
Changes to include the Java binding in binary distribution packages
...
This means that you now need to have a Java SDK installed to build
a Debian package.
The bin/build-binary-dist.sh (which builds bintar packages and OS X installer
packages) now skips the Python binding if python is not installed. Likewise
it skips the Java binding if a Java SDK is not installed.
2016-04-12 15:01:11 +00:00
hallgren
3c90f664f7
bin/build-binary-dist.sh: fix hardcoded /usr install path for .pkg packages.
2015-10-01 12:49:55 +00:00
hallgren
d98bd34a33
bin/build-binary-dist.sh: remove hardwired install path and version number
...
Also improved tolerance to paths containing white space.
2014-12-15 15:18:27 +00:00
hallgren
bcf0aa42cd
bin/build-binary-dist.sh: just a small fix
2014-08-29 11:48:10 +00:00
hallgren
658b9adabe
You can now use 'make pkg' to build OS X Installer packages for GF
...
The script bin/build-binary-dist.sh has been updated to build either a plain
.tar.gz package or OS X Installer package (.pkg).
Note that bin/build-binary-dist.sh is designed to build and include the
C run-time system in the binary package. If the C run-time system fails to
build, no binary package will be created.
2014-08-28 13:30:22 +00:00
hallgren
5a39637bcd
build-binary-dist.sh: include a ghc package configuration file
...
as an experiment
2014-06-21 16:32:10 +00:00
hallgren
65b064fe82
build-binary-dist.sh: updated to include the Python binding to the C run-time
...
There are also some changes in src/runtime/python/setyp.py to support this.
2014-06-18 16:09:46 +00:00
hallgren
1668eb17e5
build-binary-dist.sh: updated to include the C runtime system in binary tarballs
...
Also moved it to the bin directory.
Run it with 'bash bin/build-binary-dish.sh'.
2014-06-17 13:56:59 +00:00