Opened 18 years ago
Closed 18 years ago
#11140 closed defect (duplicate)
Mpich port mpicxx problem
Reported by: | wernervangeit@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | mpich include lib | Cc: | |
Port: |
Description
I have installed the mpich version 1.2.7 port. The command I used was port -v install -c mpich, but it looks like the "autoclean" broke the installation. When e.g. I run mpicxx compile command, I get errors like "Unable to find mpi.h". This is caused by wrong include / lib location settings in the mpicxx script. It contains lines like: includedir=/opt/local/var/db/dports/build/_Volumes_scratch_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_science_mpich/work/destrootopt/local/include Of course after the autoclean the work directory doesn't exist anymore, it should look like: includedir=/opt/local/include
Also other values in other scripts like mpiman are wrongly defined in the same manner.
Change History (2)
comment:1 Changed 18 years ago by aknapp@…
comment:2 Changed 18 years ago by markd@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
There is already a ticket for this. Setting as duplicate.
This is a duplicate of http://trac.macports.org/projects/macports/ticket/10256