[Project-managers] Response Requested: Binary distribution and installation of header files

Ted Ralphs ted at lehigh.edu
Sat Dec 15 13:28:00 EST 2007


Alan King wrote:

> How do we indicate to you what include files to install in coin/include?

At the bottom of the file Smi/src/Makefile.am in the block pasted in 
below, you just need to modify the list of header files so that only the 
ones that actually need to be installed are listed. After you modify the 
list, run

BuildTools/run_autotools Smi

and commit the result. Eventually, you will then need to make a new 
point release with the BuildTools/prepare_new_release script, so that we 
can pull this change into the binary distribution.

########################################################################
#                Headers that need to be installed                     #
########################################################################

# Here list all the header files that are required by a user of the library,
# and that therefore should be installed in 'install'
include_HEADERS = \
	SmiCoreCombineRule.hpp \
	SmiDiscreteDistribution.hpp \
	SmiLinearData.hpp \
	SmiScenarioTree.hpp \
	SmiScnData.hpp \
	SmiMessage.hpp \
	SmiScnModel.hpp

-- 
Dr. Ted Ralphs
Associate Professor
Industrial and Systems Engineering
Lehigh University
(610)758-4784
ted at lehigh dot edu
www.lehigh.edu/~tkr2


More information about the Project-managers mailing list