Download and Install nbench-byte version 2.2.3 on Mac OS X
Saturday the 6th of September, 2008

    nbench-byte  most recent diff


      View the most recent changes for the nbench-byte port at: nbench-byte.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for nbench-byte.
      The raw portfile for nbench-byte 2.2.3 is located here:
      http://nbench-byte.darwinports.com/dports/benchmarks/nbench-byte/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/nbench-byte
      Google
      Web Darwinports.com



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      # $Id: Portfile 37332 2008-06-03 15:46:25Z jmr macports.org $

      PortSystem 1.0

      Name: nbench-byte
      Version: 2.2.3
      Category: benchmarks
      Maintainers: nomaintainer
      Description: Linux/Unix port of BYTEmark
      Long Description: nbench is a port of the BYTEmark benchmark program. These are Native Mode (a.k.a. Algorithm Level) tests\; benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system.
      Homepage: http://www.tux.org/~mayer/linux/bmark.html
      Platform: darwin
      master_sites ftp://ftp.tux.org/pub/tux/mayer/ http://www.tux.org/~mayer/linux/
      checksums md5 285dfab361080759d477ea1fe7d3093a sha1 f2a03c56dc2bf26e478c2a1828debcafd83983ef
      patchfiles patch-Makefile.diff
      use_configure no
      build.target
      destroot {
      xinstall -m 555 ${worksrcpath}/nbench ${destroot}${prefix}/bin
      file mkdir -p ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/NNET.DAT ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/README ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/README.motorola ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/README.nonlinux ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/README.submit ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/RESULTS ${destroot}${prefix}/share/nbench
      xinstall -m 444 ${worksrcpath}/bdoc.txt ${destroot}${prefix}/share/nbench
      }
      post-install {
      ui_msg ""
      ui_msg "One of the benchmarks (neural network) requires the file"
      ui_msg "${prefix}/share/nbench/NNET.DAT to be in the same directory"
      ui_msg "that you start nbench from."
      }

      Variant: use_64_bit description {Build a 64-bit executable} {
      build.env-append CFLAGS="-m64"
      }

      platform darwin 8 {
      build.args-append CC=/usr/bin/gcc-4.0
      }
      platform darwin 9 {
      build.args-append CC=/usr/bin/gcc-4.0
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/nbench-byte
      % sudo port install nbench-byte
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching nbench-byte
      ---> Verifying checksum for nbench-byte
      ---> Extracting nbench-byte
      ---> Configuring nbench-byte
      ---> Building nbench-byte with target all
      ---> Staging nbench-byte into destroot
      ---> Installing nbench-byte
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using nbench-byte with these commands:
      %  man nbench-byte
      % apropos nbench-byte
      % which nbench-byte
      % locate nbench-byte

     Where to find more information:

    Darwin Ports



    image test