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

current develop branch breaks with complaint on lapack not defined #147

Closed
fgeorgatos opened this issue Aug 22, 2012 · 3 comments
Closed
Assignees
Milestone

Comments

@fgeorgatos
Copy link
Collaborator

Hi there,

just fetched most recent version and got the following; (including for real builds)
I guess it is some "work-in-progress-snapshot"!

sw@gaia-11:~$ ./easybuild/eb --dep-graph=depgraph.dot --robot ~/easybuild/easybuild/easyconfigs easybuild/easybuild/easyconfigs/h/HPL/HPL-2.0-goalf-1.1.0-no-OFED.eb
== resolving dependencies ...
Traceback (most recent call last):
  File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
    exec code in run_globals
  File "/mnt/nfs/users/homedirs/sw/easybuild/easybuild/build.py", line 863, in <module>
    main()
  File "/mnt/nfs/users/homedirs/sw/easybuild/easybuild/build.py", line 272, in main
    orderedSpecs = resolveDependencies(packages, options.robot, log, force=force)
  File "/mnt/nfs/users/homedirs/sw/easybuild/easybuild/build.py", line 492, in resolveDependencies
    processedSpecs = processEasyconfig(path, log, validate=(not force))
  File "/mnt/nfs/users/homedirs/sw/easybuild/easybuild/build.py", line 394, in processEasyconfig
    eb = EasyConfig(spec, validate=validate)
  File "/mnt/nfs/users/homedirs/sw/easybuild/easybuild/framework/easyconfig.py", line 152, in __init__
    self.parse(path)
  File "/mnt/nfs/users/homedirs/sw/easybuild/easybuild/framework/easyconfig.py", line 167, in parse
    execfile(path, global_vars, local_vars)
  File "/home/clusterusers/sw/easybuild/easybuild/easyconfigs/g/goalf/goalf-1.1.0-no-OFED.eb", line 38, in <module>
    ('ScaLAPACK','1.8.0', '-%s-%s-%s-BLACS-%s' % (comp_mpi_tk, blas, lapack, blacsver))
NameError: name 'lapack' is not defined
sw@gaia-11:~$ 
@boegel
Copy link
Member

boegel commented Aug 23, 2012

I made some changes there, i.e. LAPACK is now a build dependency of ATLAS, and thus no longer a real dependency of goalf (or ScaLAPACK).

I'll fix that ASAP.

@ghost ghost assigned boegel Aug 23, 2012
@boegel
Copy link
Member

boegel commented Aug 23, 2012

Should be fixed by #148, @fgeorgatos can you verify?

@fgeorgatos
Copy link
Collaborator Author

verified, the build is ongoing fine now; case closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants