Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new CMake macro to find a iconv installation in the system. This is ... #7

Open
wants to merge 3 commits into
base: cmake-1.52.0
Choose a base branch
from

Commits on Feb 25, 2013

  1. Add new CMake macro to find a iconv installation in the system. This …

    …is needed in case the ICU library is not installed.
    
    Change CMake related files that Boost can also be build on Mac OSX. There have been problems with linking on Mac OSX
    since there is no default "lazy linking" on this platform. There was alos a problem to compile the mpi library since some
    of the parameters haven't been passed correctly.
    fuhlig1 committed Feb 25, 2013
    Copy the full SHA
    cb360b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Change cmake macro to find the iconv functionality included in libc. …

    …This is needed on linux (at least on Ubuntu) because there is no separate iconv library but the functionality is included in the libc. If the functionality is not found in libc look for a separate library.
    fuhlig1 committed Feb 26, 2013
    Copy the full SHA
    d7654fe View commit details
    Browse the repository at this point in the history
  2. Fix many test cases. Mostly the problems have been due to linking aga…

    …inst the shared libboost_unit_test_framework which has no main function. If one neeeds a main function from boost one has to link against the static version of this library. There is also only a static version of the test_exec_monitor library, so one has to link the executables against this version.
    fuhlig1 committed Feb 26, 2013
    Copy the full SHA
    3a8b7d1 View commit details
    Browse the repository at this point in the history