Changeset 82787
- Timestamp:
- 08/20/11 00:46:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/scotch/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/scotch/Portfile
r82777 r82787 6 6 name scotch 7 7 version 5.1.11 8 revision 1 9 8 10 # this is specific to this port and *version* for downloading it: 9 11 set release 28043 … … 38 40 } 39 41 40 if {[variant_isset universal]} { 41 set archflags ${configure.universal_cflags} 42 } else { 43 set archflags ${configure.cc_archflags} 44 } 42 set archflags [get_canonical_archflags] 45 43 46 44 depends_lib port:openmpi … … 72 70 } 73 71 74 post-install {75 ui_msg \76 " ================================================================= \n \77 Note that this port currently doesn't install any man pages. \n \78 Please refer to documentation available at Scotch's project site. \n \79 ================================================================="80 }81
Note: See TracChangeset
for help on using the changeset viewer.

