Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 8657] nvidia_driver spell for X86 and X86_64

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 8657] nvidia_driver spell for X86 and X86_64
  • Date: Thu, 9 Jun 2005 12:00:29 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8657





------- Additional Comments From dmlb2000 AT excite.com 2005-06-09 12:00 -------
I added a bug to sorcery for a feature request to help in a cleaner solution
for
this problem...
Sorcery will provide a variable GENERIC_ARCH which will be an array containing
directory names and the archspec file name
ie: if you have i686 for your archspec
GENERIC_ARCH[0] = ia32
GENERIC_ARCH[1] = i686

ie: if you have pentium4m for your archspec
GENERIC_ARCH[0] = ia32
GENERIC_ARCH[1] = intel
GENERIC_ARCH[2] = pentium4m

ie: if you have k8_64 for your archspec
GENERIC_ARCH[0] = x86-64
GENERIC_ARCH[1] = amd64
GENERIC_ARCH[2] = k8_64

This functionality in sorcery would be entirely based on the directory
structure
of the archspecs... so to keep things simple probably a grimoire function
would
also be needed just in case the archspecs are either added to or rearranged

The function would return a more generic z-rejected specific arch so spells
can
test against it and figure out what they have to install

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page