0.4.0
[0.4.0] - 2023-01-04
Added
- Configurations can now share a common Makefile which allows for configuration specific
customizations to added using hook targets:hook-check
,hook-install
,hook-test
, and
hook-uninstall
.
Changed
- Simplified Makefile into a barebones file that only provides a list of targets
- Cleaned up the linux-server
.bashrc
and enabled overrides and customizaitons through a
.bashrc_local
file. - Default installation path moved to
~/.local/lib/fnal-asic-compute-shared
. - Renamed
make/shared-targets.mk
->make/private.mk
- Renamed
fnal-asic-config-macos
->fnal-asic-config-macos-client
- Renamed
fnal-asic-config-linux
->fnal-asic-config-linux-server
Fixed
- Minor formating and type fixes to macos-client
.zshrc
file.
Full Changelog: 0.3.1...0.4.0