Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

how do i re-emerge lam-mpi with ./configure --without-fc ?

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
3 posts • Page 1 of 1
Author
Message
Skywacker
n00b
n00b
Posts: 72
Joined: Fri Jan 23, 2004 3:47 pm
Location: Missouri

how do i re-emerge lam-mpi with ./configure --without-fc ?

  • Quote

Post by Skywacker » Sat Aug 14, 2004 11:20 pm

I want to re-emerge lam-mpi but have it be built so that if I was compiling from source I could set the ./configure --without-fc option?

I don't know if I should edit the ebuild or set some kind of pre-emerge variable or edit the make.conf file.

Thanks,
Sky
Top
sandcrawler
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 149
Joined: Mon Mar 24, 2003 10:31 pm
Location: SaintLouis, MO

  • Quote

Post by sandcrawler » Tue Aug 17, 2004 1:29 pm

The quick fix is to edit the ebuild and add the without-fc option like this..

Code: Select all

src_compile() {

    local myconf

    if use crypt; then
        myconf="--with-rsh=ssh --without-fc"
    else
        myconf="--with-rsh=rsh --without-fc"
    fi

    econf \
        --sysconfdir=/etc/lam-mpi \
        ${myconf} || die

    # sometimes emake doesn't finish since it gets ahead of itself :)

    make || die
}
but from what I read, the better fix is to add f77 to you use flags and re-compile gcc. I don't use lam-mpi so I took the quick route.


HTH.

mos19k
Top
Skywacker
n00b
n00b
Posts: 72
Joined: Fri Jan 23, 2004 3:47 pm
Location: Missouri

  • Quote

Post by Skywacker » Thu Aug 19, 2004 4:00 pm

Thanks for investigating. I did add the f77 to my USE flags and recompile gcc. This allows lam-mpi to install. I can lamboot a cluster of 2 pc's(haven't rolled the rest out yet) and but I can't install the lam-mpi test suite. A fix on another forum (non Gentoo) suggested recompiling lam-mpi --without-fc.

I'll be working with a programmer soon to make sure his mpi code works. If it does I'll just forget about getting the testing software to work.

-Sky
Top
Post Reply

3 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic