Files
openfoam/etc/config.sh/readline
Mark Olesen 19caabbd56 CONFIG: add stub for config.sh/readline (#3427)
- add homebrew support for readline in foamConfigurePaths
2025-08-28 17:01:25 +02:00

28 lines
1.1 KiB
Bash

#----------------------------------*-sh-*--------------------------------------
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | www.openfoam.com
# \\/ M anipulation |
#------------------------------------------------------------------------------
# Copyright (C) 2025 OpenCFD Ltd.
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
#
# File
# etc/config.sh/readline
# [optional/experimental: not sourced by OpenFOAM-*/etc/bashrc]
#
# Description
# Example setup for READLINE locations
#
# The leading '#config#' marker provides an edit point for
# foamConfigurePaths
#------------------------------------------------------------------------------
# USER EDITABLE PART: Changes made here may be lost with the next upgrade
#config# export READLINE_ARCH_PATH=...
#------------------------------------------------------------------------------